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

Date: Sun, 16 Dec 2012 01:13:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46553

User: morriss
Date: 2012/12/15 05:13 PM

Log:
 Handle hop-by-hop-id collisions (when matching requests and answers) better:
 instead of storing the requests in an se_tree (keyed by hop-by-hop-id),
 store an se_tree which is itself keyed by frame number.  When looking for
 a matching request, first find the tree of pdus (by hop-by-hop-id) and then
 look for the largest frame number less than or equal to the answer's frame
 number.  Also verify that the end-to-end-id matches.
 
 Move the conversation structure out of packet-diameter.h: it's only used in
 packet-diameter.c

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +217 -185  packet-diameter.c    Modified