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

Date: Wed, 05 Oct 2011 19:21:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39276

User: wmeier
Date: 2011/10/05 12:21 PM

Log:
 All: Fix proto_tree_add_item() encoding parameter:
 - Use 'ENC_(LITTLE|BIG)_ENDIAN' instead of locally defined 'bo_(little|big)_endian';
 - Use ENC_NA for hf fields with type FT_NONE or FT_BYTES.
 
 packet-wsp.c:
 - #if 0 unused hf fields;
 -Fix two minor bugs in "sir" dissection.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +0 -6      packet-wap.h     Modified
  +40 -26    packet-wsp.c     Modified
  +61 -61    packet-wtls.c    Modified
  +44 -44    packet-wtp.c     Modified