| Commit message (Expand) | Author | Age | Files | Lines |
* | From Yaniv Kaul: Switch from the DPD draft to RFC 3706. | Gerald Combs | 2004-06-15 | 1 | -4/+4 |
* | Widen the "value" parameter to "value2str()", rather than narrowing the | Guy Harris | 2003-12-13 | 1 | -51/+51 |
* | prevent MSVC warning: | Ulf Lamping | 2003-12-11 | 1 | -3/+3 |
* | Squelch a compiler warning. | Guy Harris | 2003-12-10 | 1 | -3/+3 |
* | Check whether the packet length is less than the length of the packet | Guy Harris | 2003-12-10 | 1 | -1/+8 |
* | From Yaniv Kaul: | Guy Harris | 2003-12-02 | 1 | -2/+4 |
* | From Arnaud Jacques: fix a typo, and handle another CheckPoint version | Guy Harris | 2003-12-02 | 1 | -2/+4 |
* | Get rid of all the UDP-encapsulated IPSec stuff. | Guy Harris | 2003-11-04 | 1 | -40/+3 |
* | From Aki Immonen: add a numbre of vendor IDs. | Guy Harris | 2003-10-09 | 1 | -2/+244 |
* | Dissect NAT-Discovery and NAT-Original Address payloads, and just use | Guy Harris | 2003-10-08 | 1 | -3/+67 |
* | If a payload type doesn't have a dissector function, don't crash by calling | Guy Harris | 2003-10-04 | 1 | -2/+2 |
* | From Yaniv Kaul: add AES-XCBC-MAC to the list of authentication methods, | Guy Harris | 2003-09-15 | 1 | -1/+2 |
* | Register the dissector by name - the "UDP Encapsulation of IPsec | Guy Harris | 2003-08-08 | 1 | -2/+4 |
* | Squelch some compiler warnings. | Guy Harris | 2003-06-24 | 1 | -10/+9 |
* | Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul. | Gerald Combs | 2003-05-26 | 1 | -2/+2 |
* | The last byte of "foo[N]" is "foo[N-1]", not "foo[N]". | Guy Harris | 2003-05-25 | 1 | -4/+4 |
* | From Yaniv Kaul: add RFC3526 DH MODP groups. | Gerald Combs | 2003-05-25 | 1 | -5/+10 |
* | Fix instances where the return value of snprintf() was being checked for -1, | Gerald Combs | 2003-05-24 | 1 | -7/+10 |
* | From Yaniv Kaul - remove the check for the SafeNet VID, as that's not | Guy Harris | 2003-04-28 | 1 | -6/+1 |
* | From Yaniv Kaul: | Guy Harris | 2003-01-20 | 1 | -3/+13 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -47/+47 |
* | From Yaniv Kaul: | Guy Harris | 2002-08-20 | 1 | -12/+119 |
* | From Yaniv Kaul: | Guy Harris | 2002-08-18 | 1 | -50/+55 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Yaniv Kaul: update to draft-ietf-ipsec-udp-encaps-02, which removed | Guy Harris | 2002-05-20 | 1 | -45/+11 |
* | Mark unused arguments as such. | Guy Harris | 2002-05-01 | 1 | -14/+14 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -12/+12 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | Update two values for XAUTH (XAUTH-NEXT-PIN, XAUTH-ANSWER), in | Gilbert Ramirez | 2001-11-14 | 1 | -1/+3 |
* | IPCOMP transformation and ID_IPV4_ADDR_SUBNET for ISAKMP, from | Guy Harris | 2001-11-05 | 1 | -2/+24 |
* | Make the protocol ID argument to "dissect_transform()" an "int", and | Guy Harris | 2001-10-26 | 1 | -36/+49 |
* | We no longer try to dissect payloads of type "None", so get rid of | Guy Harris | 2001-10-25 | 1 | -9/+3 |
* | Loop over all the sub-payloads of a Security Association payload; make a | Guy Harris | 2001-10-25 | 1 | -48/+82 |
* | From Yaniv Kaul - handle UDP-encapsulated IPSec NAT Keepalive packets. | Guy Harris | 2001-10-22 | 1 | -2/+7 |
* | If "snprintf()" can't print all the data because there's not enough | Guy Harris | 2001-09-25 | 1 | -4/+28 |
* | From Frank Singleton: add some missing includes of <string.h>. | Guy Harris | 2001-08-31 | 1 | -1/+2 |
* | Update from Yaniv Kaul to dissect UDP-encapsulated AH and to register | Guy Harris | 2001-08-30 | 1 | -17/+37 |
* | Call the ESP dissector regardless of whether "tree" is non-null or not. | Guy Harris | 2001-08-29 | 1 | -35/+32 |
* | Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul. | Guy Harris | 2001-08-29 | 1 | -5/+59 |
* | 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 |