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

Date: Wed, 05 Oct 2011 20:57:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39278

User: wmeier
Date: 2011/10/05 01:57 PM

Log:
 Fix proto_tree_add_item() encoding parameter:
 - Use ENC_BIG_ENDIAN instead of a (non-sensical) variable value;
 - Use ENC_NA for hf field type FT_BYTES;
 
 Also:
 - Remove unneeded #includes;
 - Use consistent indentation;
 - val_to_str_...()  ==> val_to_str_..._const()

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +734 -123  packet-ipdc.c    Modified
  +0 -658    packet-ipdc.h    Removed