| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |