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

Date: Fri, 31 May 2013 01:46:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49645

User: morriss
Date: 2013/05/30 06:46 PM

Log:
 Get rid of most of the if(tree) checks: the proto_tree_add_*() functions
 don't need them any more and, as shown in
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290#c16
 we really want to check if we're looking at something beyond the end of the TVB
 (in order to break out of very long loops).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +49 -72    packet-rpc.c    Modified