Register the WSP dissector, make it static, and have the WTP dissector
[obnox/wireshark/wip.git] / packet-ipp.c
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...