http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23955
User: guy
Date: 2007/12/28 03:06 AM
Log:
Indicate what the current versions of the I-Ds for PCE are; also point
to some RFCS.
Get rid of an unused dissector table and unused dissector handle.
Add #defines for the object header length and the minimum lengths of
various objects.
Don't use DISSECTOR_ASSERT() to check the contents of a packet - it is
by definition a bug in a dissector if DISSECTOR_ASSERT() is called, and
making a dissector call DISSECTOR_ASSERT() if a value that could
conceivably appear in a packet does appear in a packet is introducing a
known bug into a dissector.
Add more length checks - and use checked lengths for items rather than
updating lengths incrementally.
Clean up indentation and a bunch of other stuff.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1042 -933 packet-pce.c Modified