aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-6/+7
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-14/+12
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-328/+262
2007-11-12Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn'tGerald Combs1-303/+362
2007-09-17From Florent Drouin: malloc the size of the structure, not the size of a poin...Jeff Morriss1-1/+1
2007-09-13Remove debug code.Anders Broman1-4/+3
2007-09-13Try to protect the hash table...Anders Broman1-10/+18
2007-09-12Warning fixes.Anders Broman1-10/+11
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-22/+164
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24From Chris Maynard:Anders Broman1-34/+10
2007-08-17Add code for finding sub dissectors.Anders Broman1-45/+220
2007-08-16Collect context data.Anders Broman1-30/+92
2007-08-15Change tcap_private to ansi_tcap_private.Anders Broman1-7/+7
2007-08-14Actually adding the dissector may help :)Anders Broman1-0/+1371