Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / packet-ipp.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-01-28 guyBooleans are 1 byte, not 4 bytes.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-30 guyDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-03-31 guyGet rid of unused arguments.
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-01-11 guyProvide a way by which protocols that run atop HTTP...
2001-01-11 guy"dissect_http()" doesn't need to be global any more...
2001-01-11 guyThere's no need to register port 631 twice for IPP...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyTvbuffify the IPP dissector, and have it register itsel...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-07 guyMake "name_length" and "value_length" universally ...
2000-03-06 guyCorrectly dissect integer values, using the correct...
2000-03-06 guyFix a call to "proto_tree_add_text()", and declare...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 guyWhen we see a delimiter tag, if we've seen one before...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...