| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -10/+2 |
* | From Bill Fumerola: recognize "Option negotiated failed" error in TFTP. | Guy Harris | 2002-06-13 | 1 | -1/+2 |
* | From Joerg Mayer: mark last packet of TFTP transfer as such in the Info | Guy Harris | 2002-05-24 | 1 | -10/+18 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -7/+6 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -21/+21 |
* | 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 | -8/+5 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | Put the error code into the Info column symbolically, if possible. | Guy Harris | 2001-11-03 | 1 | -6/+12 |
* | Put stuff in the Info column regardless of whether we're building a | Guy Harris | 2001-11-03 | 1 | -56/+86 |
* | Ahhh, | Richard Sharpe | 2001-11-02 | 1 | -2/+30 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -3/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -8/+8 |
* | Rename the arguments and flags for the conversation routines, so as not | Guy Harris | 2001-06-10 | 1 | -9/+13 |
* | Add "TFTP_" before the packet type names, to avoid compiler warnings on | Guy Harris | 2001-02-09 | 1 | -20/+20 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Add a new "tvb_strsize()" routine, which finds the size of a | Guy Harris | 2000-12-25 | 1 | -39/+11 |
* | Add a "tftp_strnlen()" routine that | Guy Harris | 2000-12-24 | 1 | -22/+52 |
* | Some tvbuffified dissectors weren't setting "pinfo->current_proto", so | Guy Harris | 2000-12-02 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Don't use "pi" in the TFTP dissector, now that it's a new-style | Guy Harris | 2000-11-10 | 1 | -5/+5 |
* | Tvbuffify the TFTP dissector, and make heavier use of registered fields | Guy Harris | 2000-11-10 | 1 | -98/+128 |
* | Wildcard matching is tricky - you have to try wildcarding both the | Guy Harris | 2000-10-21 | 1 | -3/+37 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -4/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -24/+24 |
* | Dietmar Petras provided: | Gilbert Ramirez | 2000-02-09 | 1 | -4/+1 |
* | TFTP Option Extension (RFC 2347) support, from Craig Newell. | Guy Harris | 2000-01-27 | 1 | -5/+43 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Add display filters. | Laurent Deniel | 1999-11-14 | 1 | -8/+22 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -20/+19 |
* | Get rid of the include of <arpa/tftp.h>; put the #defines for packet | Guy Harris | 1999-05-13 | 1 | -9/+12 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -28/+24 |
* | Added Richard Sharpe's TFTP support. | Guy Harris | 1999-02-15 | 1 | -0/+146 |