aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-628/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Booleans are 1 byte, not 4 bytes.Guy Harris2003-01-281-20/+80
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-3/+6
* Get rid of unused arguments.Guy Harris2002-03-311-27/+25
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-6/+6
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+5
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-7/+2
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* 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