| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -4/+2 |
* | You can't rely on "proto_tree_add_item()" returning a non-null pointer, | Guy Harris | 2004-01-13 | 1 | -7/+10 |
* | Note in a comment that "dissect_asp_reply_get_status()" might be | Guy Harris | 2004-01-06 | 1 | -22/+14 |
* | From Didier Gautheron: check packet format in get_dsi_pdu_len. | Guy Harris | 2003-12-08 | 1 | -3/+15 |
* | From Didier Gautheron: more getserverinfo decoding. | Guy Harris | 2003-04-15 | 1 | -6/+50 |
* | From Didier Gautheron: better AFP 3.x dissector. | Guy Harris | 2002-10-17 | 1 | -2/+9 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -26/+26 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth | Guy Harris | 2002-05-30 | 1 | -2/+4 |
* | From Joerg Mayer: make a pile of stuff not used outside one source file | Guy Harris | 2002-05-10 | 1 | -3/+3 |
* | From Didier Gautheron: | Guy Harris | 2002-05-08 | 1 | -3/+200 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -111/+19 |
* | From Didier Gautheron: | Guy Harris | 2002-05-03 | 1 | -3/+52 |
* | Get rid of an unused argument. | Guy Harris | 2002-05-01 | 1 | -3/+3 |
* | From Didier Gautheron: | Guy Harris | 2002-04-30 | 1 | -18/+276 |
* | Put the error code/data offset field into the protocol tree as a data | Guy Harris | 2002-04-28 | 1 | -9/+13 |
* | Pass even zero-length DSI and ASP "command" messages to the AFP | Guy Harris | 2002-04-28 | 1 | -12/+10 |
* | Updates from Didier Gautheron: | Guy Harris | 2002-04-28 | 1 | -8/+20 |
* | ATP, ASP, and AFP support, from Didier Gautheron. | Guy Harris | 2002-04-25 | 1 | -2/+30 |
* | Add support for DSI packet reassembly. | Guy Harris | 2002-04-22 | 1 | -316/+162 |
* | From Didier Gautheron: make the "code" field an signed decimal number. | Guy Harris | 2002-04-14 | 1 | -5/+5 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+2 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -2/+5 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -12/+13 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | Appletalk Data Stream Interface (used by AFP-over-TCP) support, from | Guy Harris | 2001-05-24 | 1 | -0/+489 |