| Commit message (Expand) | Author | Age | Files | Lines |
* | WebDAV support, and rewrite of the method-testing code to compute the | Guy Harris | 2002-04-01 | 1 | -56/+105 |
* | 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 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -6/+6 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -16/+13 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | Added hooks to allow the registration of heuristic subdissectors of | Ed Warnicke | 2001-11-18 | 1 | -1/+19 |
* | Change from Thomas Wittwer to register HTTP dissector by name, for other | Guy Harris | 2001-09-04 | 1 | -1/+3 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+5 |
* | Provide a way by which protocols that run atop HTTP, such as IPP, can | Guy Harris | 2001-01-11 | 1 | -125/+123 |
* | "dissect_http()" doesn't need to be global any more; make it static. | Guy Harris | 2001-01-11 | 1 | -2/+8 |
* | There's no need to register port 631 twice for IPP; do so only once. | Guy Harris | 2001-01-11 | 1 | -5/+30 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+10 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Support for HTTP methods added by GENA (the uPnP protocol), and for the | Guy Harris | 2001-01-03 | 1 | -4/+87 |
* | Initialize "http_type" to HTTP_OTHERS before calling | Guy Harris | 2000-11-21 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -4/+4 |
* | Tvbuffify the IPP dissector, and have it register itself rather than | Guy Harris | 2000-11-15 | 1 | -10/+10 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors. | Guy Harris | 2000-11-09 | 1 | -70/+93 |
* | Patch from Isaac Wilcox to do case-sensitive checks for HTTP methods and | Guy Harris | 2000-10-19 | 1 | -16/+13 |
* | Don't put any "\r" and/or "\n" at the end of an HTTP request or reply | Guy Harris | 2000-09-30 | 1 | -3/+4 |
* | 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 |