noise-lab / netml

Feature Extraction and Machine Learning from Network Traffic Traces
Apache License 2.0
54 stars 16 forks source link

Add ip address to dns response in pandas #21

Closed zbyrn closed 8 months ago

zbyrn commented 1 year ago

The IP address received in a DNS response is missing from the dataframe generated by pcap2pandas.

feamster commented 1 year ago

Thank you! Will need to test this one, but looks like a good improvement. Do you have an example of this running properly? Thanks!

jesteria commented 8 months ago

Thanks again for the contribution! This has now been implemented (in a slightly different way): c0d9953.