Wireshark-commits: [Wireshark-commits] rev 47051: /trunk-1.8/epan/ /trunk-1.8/epan/: expert.c proto

Date: Sun, 13 Jan 2013 18:15:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47051

User: etxrab
Date: 2013/01/13 10:15 AM

Log:
 Copy over:
 Revision 44322 - Move the pi==NULL test into TRY_TO_FAKE_THIS_REPR.
 
 Since the tree will only be NULL here if someone messed up in proto.c and
 since pi will only be NULL if tree is NULL, assert out if either of them are
 NULL (don't use DISSECTOR_ASSERT() since such a condition wouldn't be the
 dissector writer's fault).
 
 Use TRY_TO_FAKE_THIS_REPR in ptvcursor_add_text_with_subtree().
 
 We've had TRY_TO_FAKE_THIS_REPR for a long time now, don't wrap it in #if 1.
 
 new_field_info() doesn't return NULL so don't check for it returning NULL in
 ptvcursor_add().
 
 --------------------------------------------------------------------------------
 Part of Revision 44211 - #IF 0:ed out
 (From Richard Stearn: support for AX.25, including support for
 LINKTYPE_AX25.)
 --------------------------------------------------------------------------------
 Revision 44131 - wrappers for label filling (with information about string truncation)
 --------------------------------------------------------------------------------
 Revision 43509 - Fix compiler warning: "format not a string literal and no format arguments"
 --------------------------------------------------------------------------------
 Revision 43508 - Don't show (essentially meaningless) numeric values of the expert codes.
 --------------------------------------------------------------------------------
 Revision 43497 - Display expert codes in hexadecimal (less painful for my eyes :))
 --------------------------------------------------------------------------------
 Revision 43412 - Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*
 with BASE_NONE (or other future display values).
 
 Don't use BASE_NONE with FT_UINT32s in the expert info fields.

Directory: /trunk-1.8/epan/
  Changes    Path          Action
  +8 -5      expert.c      Modified
  +191 -208  proto.c       Modified