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