Wireshark-commits: [Wireshark-commits] rev 45343: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 06 Oct 2012 15:06:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45343

User: sahlberg
Date: 2012/10/06 08:06 AM

Log:
 ICMP request/response matching fixes
 
 Change icmp request/response matching to be more aligned to other matching
 strategies and use two tables. One table for first time we visit a packet
 and a second table to track all confirmed matches.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +91 -39    packet-icmp.c    Modified