aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2005-10-03From Graeme LuntAnders Broman8-33/+57
2005-10-03From Graeme LuntAnders Broman1-7/+14
2005-10-02From Graeme LuntAnders Broman1-0/+1
2005-09-27new option whether tunnelled H.245 and tunnelled protocol are displayed insid...Tomas Kukosa2-4/+16
2005-09-25A loop processing all the bytes in a tvbuff from a given offset to theGuy Harris2-17/+7
2005-09-22Call H245 decoding and tunelled protocols decoding at the end of H225 dissect...Tomas Kukosa2-9/+80
2005-09-22Squelch some compiler warnings.Guy Harris1-3/+3
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris5-56/+68
2005-09-21Set svn:eol-style properly, and get rid of a bogus proprty. Fix theGuy Harris1-50/+50
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris1-12/+11
2005-09-21OIDs are put into the protocol tree as strings containing a textualGuy Harris1-1/+1
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris2-3/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris3-131/+225
2005-09-21Fix a compiler warning.Guy Harris1-1/+1
2005-09-20Fix bug #404 Decoding of MSISDN on GSM is incomplete. Anders Broman1-2/+4
2005-09-20get rid of few warningsTomas Kukosa2-4/+4
2005-09-20asn2eth Tomas Kukosa5-96/+43
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs1-1/+4
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg1-0/+16
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-4/+4
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris1-2/+2
2005-09-15Add a Makefile.Guy Harris1-0/+17
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman5-0/+1359
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2-4/+4
2005-09-09Dissect "nbs-9".Anders Broman3-2/+29
2005-09-08Fix more problems found by Steve Grubb, along with other changes:Gerald Combs2-7/+11
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs41-83/+83
2005-09-06Ftam - Use some mofe FN_PAR:sAnders Broman2-12/+47
2005-09-06Make sure we don't overflow the dialedDigits array.Guy Harris1-1/+4
2005-09-06get rid of few warningsTomas Kukosa2-10/+12
2005-09-05Squelch compiler warnings.Guy Harris1-3/+3
2005-09-05Squelch compiler warnings.Guy Harris1-3/+3
2005-09-05Squelch a compiler warning.Guy Harris1-1/+1
2005-09-05Use the same string for the protocol's filter name as is used in theGuy Harris1-1/+1
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman3-13/+23
2005-09-04 From Graeme LuntAnders Broman7-8/+14
2005-09-04From Graeme LuntAnders Broman36-91/+6108
2005-09-04From Graeme Lunt:Anders Broman5-43/+48
2005-09-02From ouli:Anders Broman2-1/+7
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris8-23/+23
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman5-58/+147
2005-08-31Add a Makefile.Guy Harris1-0/+16
2005-08-31Give it an RCS ID.Guy Harris1-0/+2
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa6-28/+31
2005-08-31Decode CmnInform fixes bug 376.Anders Broman1-2/+17
2005-08-30propset svn:keywords and svn:eol-styleJörg Mayer1-1/+1
2005-08-30Break out of an infinite loop. Fixes bugs 392 - 395. Add a UNIX MakefileGerald Combs2-6/+22
2005-08-29MapDialougePDU.cnfAnders Broman8-3/+795