| Commit message (Expand) | Author | Age | Files | Lines |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+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 | -6/+6 |
* | 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 | -5/+5 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -1/+15 |
* | "http_tree" doesn't need to be static; make it local to | Guy Harris | 2000-02-23 | 1 | -27/+29 |
* | Fix HTTP request & response. | Laurent Deniel | 2000-02-23 | 1 | -18/+39 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Patch from Jerry Talkington to: | Guy Harris | 1999-12-06 | 1 | -3/+16 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -2/+8 |
* | Add display filters. | Laurent Deniel | 1999-10-16 | 1 | -11/+30 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -4/+9 |
* | Use "dissect_data()" to put in the raw HTTP data, rather than doing it | Guy Harris | 1999-09-12 | 1 | -5/+3 |
* | Fix a typo in "Hypertext". | Guy Harris | 1999-07-30 | 1 | -2/+2 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+3 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -6/+5 |
* | Changes to the routines to help decode text-oriented protocols (FTP, | Guy Harris | 1999-03-30 | 1 | -6/+6 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -19/+12 |
* | Add a first cut at HTTP decoding. | Guy Harris | 1999-02-12 | 1 | -0/+215 |