Wireshark-commits: [Wireshark-commits] rev 50322: /trunk/epan/ /trunk/epan/: expert.c expert.h
Date: Tue, 02 Jul 2013 19:53:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50322

User: mmann
Date: 2013/07/02 12:53 PM

Log:
 Add proto_tree_add_expert and proto_tree_add_expert_format.  This was added to expert.h instead of proto.h because the underlying code to process expert info is static (and should probably remain so).  Also, proto_tree_add_expert and proto_tree_add_expert_format follow "expert info" rules in that they should be called regardless of tree status (even though they take a tree as an argument), unlike the functions in proto.h
 
 Also added an enumeration for checksum validation status, as verifying checksums is considered "expert" functionality.

Directory: /trunk/epan/
  Changes    Path          Action
  +44 -2     expert.c      Modified
  +40 -0     expert.h      Modified