aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
Commit message (Expand)AuthorAgeFilesLines
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-18/+18
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-1/+17
* Make "name_length" and "value_length" universally "int"s - the valuesGuy Harris2000-03-071-16/+16
* Correctly dissect integer values, using the correct offset.Guy Harris2000-03-061-3/+3
* Fix a call to "proto_tree_add_text()", and declare "name_length" in suchGuy Harris2000-03-061-13/+13
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-6/+16
* When we see a delimiter tag, if we've seen one before, we know how muchGuy Harris1999-09-171-16/+41
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-0/+538