It appears that the first two bytes of "xxz" are, in fact, the actual
[metze/wireshark/wip.git] / packet-ucp.c
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-07-17 Guy HarrisFrom Joerg Mayer:
2002-06-20 Guy HarrisFrom Tom Uijldert:
2002-04-11 Guy HarrisFrom Tom Uijldert: create a subtree with "proto_item_ad...
2002-03-10 Guy HarrisInitialize the "tm_isdst" field of a "struct tm" to...
2002-02-15 Guy HarrisUndo the change of "UcpHandleByte(hf_ucp_parm_NT);" to
2002-02-14 Gilbert RamirezRegister hf_ucp_parm_NT as an FT_UINT8 instead of FT_ST...
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-17 Guy HarrisGet rid of calls to "proto_is_protocol_enabled()" in...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisGet rid of the lists of conversation dissectors; instea...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-05 Guy HarrisFrom Tom Uijldert: have an non-heuristic UCP dissector...
2001-10-15 Guy HarrisFixes from Steffen Weinreich:
2001-10-08 Guy HarrisAs UCP is atop TCP, its dissector isn't called unless...
2001-10-08 Guy HarrisRemove the check I added to see whether the length...
2001-10-08 Guy HarrisUCP support, from Tom Uijldert.