Wireshark-commits: [Wireshark-commits] rev 36844: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 25 Apr 2011 01:37:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36844

User: morriss
Date: 2011/04/24 06:37 PM

Log:
 From Joakim Wiberg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5801 :
 
 The attached patch replaces most of the proto_tree_add_text() with
 proto_tree_add_item(). That resulted in several new display filters.
 
 It also uses the correct defines (ENC_NA, ENC_BIG_ENDIAN and ENC_LITTLE_ENDIAN)
 instead of TRUE/FALSE in all proto_tree_add_item() calls.
 
 Also it prints all out all connected transport data, since this is used by 
 "IENetP Test Tool" as a part of the XML export.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +232 -152  packet-enip.c    Modified