aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dsi.c
Commit message (Expand)AuthorAgeFilesLines
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-4/+2
* You can't rely on "proto_tree_add_item()" returning a non-null pointer,Guy Harris2004-01-131-7/+10
* Note in a comment that "dissect_asp_reply_get_status()" might beGuy Harris2004-01-061-22/+14
* From Didier Gautheron: check packet format in get_dsi_pdu_len.Guy Harris2003-12-081-3/+15
* From Didier Gautheron: more getserverinfo decoding.Guy Harris2003-04-151-6/+50
* From Didier Gautheron: better AFP 3.x dissector.Guy Harris2002-10-171-2/+9
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-26/+26
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-2/+4
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-3/+3
* From Didier Gautheron:Guy Harris2002-05-081-3/+200
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-111/+19
* From Didier Gautheron:Guy Harris2002-05-031-3/+52
* Get rid of an unused argument.Guy Harris2002-05-011-3/+3
* From Didier Gautheron:Guy Harris2002-04-301-18/+276
* Put the error code/data offset field into the protocol tree as a dataGuy Harris2002-04-281-9/+13
* Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris2002-04-281-12/+10
* Updates from Didier Gautheron:Guy Harris2002-04-281-8/+20
* ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris2002-04-251-2/+30
* Add support for DSI packet reassembly.Guy Harris2002-04-221-316/+162
* From Didier Gautheron: make the "code" field an signed decimal number.Guy Harris2002-04-141-5/+5
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+2
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-2/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-12/+13
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Appletalk Data Stream Interface (used by AFP-over-TCP) support, fromGuy Harris2001-05-241-0/+489