aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-11-29Add another length check.Gerald Combs1-0/+6
svn path=/trunk/; revision=12621
2004-11-29Get rid of a debug message.Guy Harris1-1/+0
svn path=/trunk/; revision=12620
2004-11-29Check for an overly large header length value in order to avoid an integer Gerald Combs1-4/+11
overflow. svn path=/trunk/; revision=12619
2004-11-25from Stig: change the draft number for NAT-DRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12602
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12130
2004-09-21From Yaniv Kaul:Guy Harris1-52/+95
1. Fix dissection of Check Point vendor ID version field. The length was wrong. 2. Added dissection of payloads 130 and 131, which were used in early NAT-T drafts (and are still used by MS and others). They are equal to payloads 15 & 16, (NAT-D, NAT-OA), respectively. 3. Added ASN.1 decoding of Certificate requests of type X.509 Certificate - Signature (4) 4. Added ASN.1 decoding of ID of type ID_DER_ASN1_DN (9) svn path=/trunk/; revision=12059
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1720
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410