| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -1/+2 |
* | Add, as per Tim Newsham, code to forcibly set the payload length to 4 | Guy Harris | 2001-04-04 | 1 | -2/+8 |
* | Tvbuffify the ISAKMP dissector. | Guy Harris | 2001-02-28 | 1 | -726/+425 |
* | Updates from Yaniv Kaul to show the certificate encoding and type | Guy Harris | 2001-02-13 | 1 | -4/+25 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | print message ID in isakmp header | Jun-ichiro itojun Hagino | 2000-12-12 | 1 | -2/+4 |
* | remove incorrect bound check. the check can fail on legal packet, at the | Jun-ichiro itojun Hagino | 2000-12-12 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Patch from Jack Keane to keep the dissector from looping infintely on | Guy Harris | 2000-10-07 | 1 | -10/+12 |
* | Assignments for SHA2 and AES encryption and data integrity schemes, from | Guy Harris | 2000-10-03 | 1 | -7/+19 |
* | Don't trust data in packet. | Gilbert Ramirez | 2000-10-02 | 1 | -1/+6 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -7/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -17/+17 |
* | Fix the comment at the beginning of the routine to give the right file | Guy Harris | 2000-07-02 | 1 | -29/+30 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -2/+2 |
* | Support for ISAKMP XAUTH authentication, from Yaniv Kaul. | Guy Harris | 2000-05-22 | 1 | -3/+23 |
* | Get rid of the comment before "cfgattrident2str()" explaining why it's | Guy Harris | 2000-05-22 | 1 | -7/+1 |
* | Parsing attributes in Config mode, and support for a Hybrid mode | Guy Harris | 2000-05-21 | 1 | -2/+28 |
* | Small fix from Yaniv Kaul. | Guy Harris | 2000-05-17 | 1 | -2/+2 |
* | Put in a comment to note that "cfgattrident2str()" was put in for use | Guy Harris | 2000-05-11 | 1 | -1/+7 |
* | Yaniv Kaul's patch to add support for the ISAKMP Configuration Method | Guy Harris | 2000-05-11 | 1 | -5/+96 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -92/+92 |
* | If the "encrypted payload" flag is set in an ISAKMP packet, don't | Guy Harris | 2000-04-28 | 1 | -7/+15 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -2/+11 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Changes from Dave Chapeskie. | Guy Harris | 1999-12-06 | 1 | -63/+271 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -16/+26 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -2/+2 |
* | Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or to | Guy Harris | 1999-08-26 | 1 | -2/+2 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+15 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+5 |
* | "pntohl()" doesn't actually return a "long" (or an "unsigned long"), it | Guy Harris | 1999-07-08 | 1 | -3/+3 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -121/+119 |
* | "pntohl()" doesn't actually return a "long" (or an "unsigned long"), it | Guy Harris | 1999-07-06 | 1 | -3/+3 |
* | Include "snprintf.h" if necessary - we use "snprintf()". | Guy Harris | 1999-06-12 | 1 | -1/+10 |
* | Added PPPoE, PPTP, GRE, and ISAKMP dissectors. | Gilbert Ramirez | 1999-06-11 | 1 | -0/+1040 |