Wireshark-commits: [Wireshark-commits] rev 29006: /trunk/doc/ /trunk/doc/: README.developer

Date: Wed, 08 Jul 2009 00:57:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29006

User: guy
Date: 2009/07/07 05:57 PM

Log:
 Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), for
 checks that really check whether the packet is valid; DISSECTOR_ASSERT()
 should only be used for cases where the dissector is making an
 assumption about its internal state.

Directory: /trunk/doc/
  Changes    Path                Action
  +9 -2      README.developer    Modified