aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-06-22Fix an off-by-four error, which should take care of bugs 254 - 258. PrintGerald Combs1-3/+3
2005-06-22update to packet-berRonnie Sahlberg1-24/+209
2005-06-22add a dummy variable frame_number to dissect_frame() and assign it the curren...Ronnie Sahlberg1-1/+6
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.Ronnie Sahlberg1-18/+18
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg3-39/+22
2005-06-22add ipbcp attribute as in Q.1970Luis Ontanon1-5/+50
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.Gerald Combs1-12/+8
2005-06-21terminate some value_strings properly with a {0,NULL}Ronnie Sahlberg1-0/+6
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg6-7/+16
2005-06-20if exists call the h248term subdissector.Luis Ontanon1-32/+45
2005-06-20From Mike Duigou:Anders Broman1-178/+202
2005-06-20From Mike Duigou:Anders Broman2-5/+7
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs12-28/+40
2005-06-20convert the functionRonnie Sahlberg1-55/+33
2005-06-20convert one function to use packet-ber instead of asn1Ronnie Sahlberg1-53/+26
2005-06-20move two functions that are not used by tcap and only used by gsm_a and gsm_s...Ronnie Sahlberg4-66/+60
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg5-38/+33
2005-06-20convert gssapi to use packet-ber helpers instead of the asn1 ones.Ronnie Sahlberg2-96/+44
2005-06-19Add some Cisco AVP:sAnders Broman1-1/+18
2005-06-19Fix trivial warningJörg Mayer2-2/+2
2005-06-19Warning fix: Declare some more strings constJörg Mayer1-2/+2
2005-06-19New autogenerated ACSE dissector.Ronnie Sahlberg2-1731/+2315
2005-06-19make cmip and ftam also register by ber oid so that they will work when the n...Ronnie Sahlberg2-0/+5
2005-06-19push one more object into the session structure so acse can pick it up later.Ronnie Sahlberg2-0/+4
2005-06-19from Didier GautheronLuis Ontanon3-16/+1097
2005-06-18Clear out any leftover preference information. Fix up whitespace.Gerald Combs1-3/+6
2005-06-18Partial fix for bug 191: Sanity check is ok nowJörg Mayer1-3/+14
2005-06-18Dominik Kuhlen: Fix a copy/paste bug reported inJörg Mayer1-1/+1
2005-06-18from Vasanth ManickamLuis Ontanon2-0/+585
2005-06-18- Use report_error and Co. to report errorsLuis Ontanon1-18/+20
2005-06-17Add support for draft-ietf-tsvwg-sctp-auth-00.txt.Michael Tüxen1-11/+104
2005-06-17- fix a bug I introduced by copy pasting an incorrect offset of some itemsLuis Ontanon2-19/+28
2005-06-17Register the dtap dissector by name.Luis Ontanon1-1/+3
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-2/+2
2005-06-16Change "radius type" on some vendor AVP:s and add some more ones.Anders Broman1-6/+47
2005-06-16Add some more vendorsAnders Broman2-16/+22
2005-06-16From Paul Ollis:Anders Broman1-18/+27
2005-06-16From Paul Ollis:Anders Broman4-1220/+1323
2005-06-16Fix Win32 compilation, broken by yesterday's checkin.Gerald Combs1-2/+3
2005-06-16Get rid of several megabytes worth of warnings aboutJörg Mayer2-4/+4
2005-06-16Remove unused variable.Guy Harris1-3/+2
2005-06-16From Peter Kovar: fix an incorrect assignment that caused a compilationGuy Harris1-1/+1
2005-06-16Clean up white space.Guy Harris2-79/+72
2005-06-16Register "version" as an obsolete preference, so it's silently ignored,Guy Harris1-0/+2
2005-06-16"dissect_isup_thin()" is a new-style dissector; register it as such.Guy Harris1-4/+2
2005-06-16Squelch some unitialized variable warnings.Guy Harris1-3/+3
2005-06-16"proto_tree_add_text()" doesn't add a named field, so it takes no "hf_"Guy Harris1-2/+2
2005-06-16Include <ctype.h> to get "isdigit()" defined/declared.Guy Harris1-9/+7
2005-06-16Squelch some compiler warnings.Guy Harris1-2/+11
2005-06-16Static variables considered harmful. Make the ISAKMP version aGuy Harris4-113/+160