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