aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-28Booleans are 1 byte, not 4 bytes.guy1-20/+80
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-3/+6
2002-03-31Get rid of unused arguments.guy1-27/+25
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-6/+6
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+5
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-7/+2
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_Xhagbard1-2/+2
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-01-11Provide a way by which protocols that run atop HTTP, such as IPP, canguy1-6/+8
2001-01-11"dissect_http()" doesn't need to be global any more; make it static.guy1-2/+1
2001-01-11There's no need to register port 631 twice for IPP; do so only once.guy1-15/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-7/+3
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanguy1-99/+96
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-1/+2
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-3/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-18/+18
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-1/+17
2000-03-07Make "name_length" and "value_length" universally "int"s - the valuesguy1-16/+16
2000-03-06Correctly dissect integer values, using the correct offset.guy1-3/+3
2000-03-06Fix a call to "proto_tree_add_text()", and declare "name_length" in suchguy1-13/+13
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-6/+16
1999-09-17When we see a delimiter tag, if we've seen one before, we know how muchguy1-16/+41
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aguy1-0/+538