| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide a way by which protocols that run atop HTTP, such as IPP, can | Guy Harris | 2001-01-11 | 1 | -6/+8 |
* | "dissect_http()" doesn't need to be global any more; make it static. | Guy Harris | 2001-01-11 | 1 | -2/+1 |
* | There's no need to register port 631 twice for IPP; do so only once. | Guy Harris | 2001-01-11 | 1 | -15/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -4/+4 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -7/+3 |
* | Tvbuffify the IPP dissector, and have it register itself rather than | Guy Harris | 2000-11-15 | 1 | -99/+96 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -1/+2 |
* | Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors. | Guy Harris | 2000-11-09 | 1 | -3/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -2/+2 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -18/+18 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -1/+17 |
* | Make "name_length" and "value_length" universally "int"s - the values | Guy Harris | 2000-03-07 | 1 | -16/+16 |
* | Correctly dissect integer values, using the correct offset. | Guy Harris | 2000-03-06 | 1 | -3/+3 |
* | Fix a call to "proto_tree_add_text()", and declare "name_length" in such | Guy Harris | 2000-03-06 | 1 | -13/+13 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -6/+16 |
* | When we see a delimiter tag, if we've seen one before, we know how much | Guy Harris | 1999-09-17 | 1 | -16/+41 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -0/+538 |