aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dsi.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-01Get rid of an unused argument.Guy Harris1-3/+3
2002-04-30From Didier Gautheron:Guy Harris1-18/+276
2002-04-28Put the error code/data offset field into the protocol tree as a dataGuy Harris1-9/+13
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-12/+10
2002-04-28Updates from Didier Gautheron:Guy Harris1-8/+20
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris1-2/+30
2002-04-22Add support for DSI packet reassembly.Guy Harris1-316/+162
2002-04-14From Didier Gautheron: make the "code" field an signed decimal number.Guy Harris1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+2
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-12/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-05-24Appletalk Data Stream Interface (used by AFP-over-TCP) support, fromGuy Harris1-0/+489