aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dsi.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris1-4/+2
2004-01-13You can't rely on "proto_tree_add_item()" returning a non-null pointer,Guy Harris1-7/+10
2004-01-06Note in a comment that "dissect_asp_reply_get_status()" might beGuy Harris1-22/+14
2003-12-08From Didier Gautheron: check packet format in get_dsi_pdu_len.Guy Harris1-3/+15
2003-04-15From Didier Gautheron: more getserverinfo decoding.Guy Harris1-6/+50
2002-10-17From Didier Gautheron: better AFP 3.x dissector.Guy Harris1-2/+9
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-26/+26
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+4
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-3/+3
2002-05-08From Didier Gautheron:Guy Harris1-3/+200
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-111/+19
2002-05-03From Didier Gautheron:Guy Harris1-3/+52
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