aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-11Provide a way by which protocols that run atop HTTP, such as IPP, canGuy Harris1-6/+8
2001-01-11"dissect_http()" doesn't need to be global any more; make it static.Guy Harris1-2/+1
2001-01-11There's no need to register port 631 twice for IPP; do so only once.Guy Harris1-15/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-7/+3
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanGuy Harris1-99/+96
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+2
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris1-3/+2
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