You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged dataframes are the result of mapping packets from one pcap to packets of another pcap.
Currently, it's a bit hard to know if a dataframe was merged or not.
Also some functions work on single/merged dataframes just assuming columns are named the same. This could easily lead to some issue.
The code should work with SENDER_SUFFIX != "" or refactor to make it clearer the dataframe is a merged one
The text was updated successfully, but these errors were encountered:
Merged dataframes are the result of mapping packets from one pcap to packets of another pcap.
Currently, it's a bit hard to know if a dataframe was merged or not.
Also some functions work on single/merged dataframes just assuming columns are named the same. This could easily lead to some issue.
The code should work with SENDER_SUFFIX != "" or refactor to make it clearer the dataframe is a merged one
The text was updated successfully, but these errors were encountered: