aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37118
2009-10-10Regenerate asn1 dissectors (no functionality change)Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30476
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-07-28Get rid of some unused code warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=25851
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+1
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-12Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn'tGerald Combs1-2/+2
NULL before we try to use it. This fixes a crash found during fuzzing and a possible buffer overrun. svn path=/trunk/; revision=23435
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-1/+1
svn path=/trunk/; revision=22854
2007-08-17Add code for finding sub dissectors.Anders Broman1-1/+1
svn path=/trunk/; revision=22544
2007-08-16Collect context data.Anders Broman1-0/+28
svn path=/trunk/; revision=22528
2007-08-14Actually adding the dissector may help :)Anders Broman1-0/+45
svn path=/trunk/; revision=22502