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

Date: Thu, 22 Sep 2011 03:10:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39085

User: guy
Date: 2011/09/21 08:10 PM

Log:
 Use ENC_ values in proto_tree_add_item() calls.
 
 In the AgentX dissector, make the "flags" arguments guint8, to match
 what's passed in.
 
 In the AIM dissector, use val_to_str() in col_add_str() calls - it gives
 the same result if there's a match, and puts a note in the Info column
 if there isn't, and is less complicated.
 
 In the AJP13 dissector:
 
 	update the URL for the protocol documentation;
 
 	add #defines for message types, and use them;
 
 	for "enumerated data type" fields, make the fields numerical
 	rather than strings and give them the value_string tables;
 
 	get rid of col_check() calls;
 
 	make a Boolean item an FT_BOOLEAN.

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +5 -5      packet-afs.c               Modified
  +46 -44    packet-agentx.c            Modified
  +6 -6      packet-aim-location.c      Modified
  +3 -3      packet-aim-signon.c        Modified
  +19 -19    packet-aim-ssi.c           Modified
  +1 -1      packet-aim-userlookup.c    Modified
  +37 -43    packet-aim.c               Modified
  +73 -74    packet-ajp13.c             Modified