Wireshark-commits: [Wireshark-commits] master f80e9df: Create an extended converstaion hastable tak
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f80e9df7939be9d88062718d6c15fa2983e5e605
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f80e9df by AndersBroman (anders.broman@xxxxxxxxxxxx):
Create an extended converstaion hastable taking more address information
into consideration.
This makes it possible to differentiate between packets on different
vlans and can be expanded to handle tunnels.
Change-Id: Id36e71028702d1ba4b6b3047e822e5a62056a1e2
Reviewed-on: https://code.wireshark.org/review/13637
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 872f8b4 Add to the Info column for the stuff in COTP CR and CC PDUs.
adds f80e9df Create an extended converstaion hastable taking more address information into consideration. This makes it possible to differentiate between packets on different vlans and can be expanded to handle tunnels.
Summary of changes:
epan/conversation.c | 286 +++++++++++++++++++++++++++++++++++++++---
epan/conversation.h | 16 ++-
epan/dissectors/packet-tcp.c | 14 +--
3 files changed, 288 insertions(+), 28 deletions(-)