Don't ignore SIGCHLD - doing so means that, on many platforms, we don't
[metze/wireshark/wip.git] / packet-ipp.c
2003-01-28 Guy HarrisBooleans are 1 byte, not 4 bytes.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-30 Guy HarrisDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-03-31 Guy HarrisGet rid of unused arguments.
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-01-11 Guy HarrisProvide a way by which protocols that run atop HTTP...
2001-01-11 Guy Harris"dissect_http()" doesn't need to be global any more...
2001-01-11 Guy HarrisThere's no need to register port 631 twice for IPP...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-15 Guy HarrisTvbuffify the IPP dissector, and have it register itsel...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-09 Guy HarrisTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-07 Guy HarrisMake "name_length" and "value_length" universally ...
2000-03-06 Guy HarrisCorrectly dissect integer values, using the correct...
2000-03-06 Guy HarrisFix a call to "proto_tree_add_text()", and declare...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 Guy HarrisWhen we see a delimiter tag, if we've seen one before...
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...