aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
svn path=/trunk/; revision=32405
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman1-21/+14
svn path=/trunk/; revision=31523
2009-12-02Make it possible to match transaction Id:s for Conversation whereAnders Broman1-2/+14
both Originatingand Responding TID is present. svn path=/trunk/; revision=31156
2009-10-11Remove more unused variables/forward declarationsKovarththanan Rajaratnam1-9/+6
svn path=/trunk/; revision=30520
2009-10-11Make some ett/hf variables staticKovarththanan Rajaratnam1-6/+6
svn path=/trunk/; revision=30519
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-09-23Propagate the changes to the .cnf file so they don't get lost when ↵Anders Broman1-5/+5
regenerating the dissector. Use col_set_str instead of col_add_fstr/col_add_str when adding constant strings to COL_INFO svn path=/trunk/; revision=30092
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant ↵Kovarththanan Rajaratnam1-7/+7
strings to COL_INFO svn path=/trunk/; revision=30089
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-7/+7
1) This indicates that the string has ephemeral lifetime 2) More consistent with its existing seasonal counterpart, se_address_to_str(). svn path=/trunk/; revision=29747
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29499
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29345
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=28379
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵Bill Meier1-191/+176
check against it. Also (from me): Clean up spacing svn path=/trunk/; revision=27727
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-3/+2
svn path=/trunk/; revision=26698
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-2/+2
svn path=/trunk/; revision=26670
2008-10-13Remove unused prefs.h, conversation.h & data_handle; Fix typoBill Meier1-10/+6
(File re-generated from the template & etc) svn path=/trunk/; revision=26432
2008-07-28Get rid of some unused code warnings.Anders Broman1-32/+21
svn path=/trunk/; revision=25851
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-6/+7
svn path=/trunk/; revision=24525
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
I hope this fix is correct... svn path=/trunk/; revision=24118
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-14/+12
- 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-328/+262
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-303/+362
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-17From Florent Drouin: malloc the size of the structure, not the size of a ↵Jeff Morriss1-1/+1
pointer to the structure. Hopefully this will fix bug 1844. svn path=/trunk/; revision=22891
2007-09-13Remove debug code.Anders Broman1-4/+3
svn path=/trunk/; revision=22867
2007-09-13Try to protect the hash table...Anders Broman1-10/+18
svn path=/trunk/; revision=22866
2007-09-12Warning fixes.Anders Broman1-10/+11
svn path=/trunk/; revision=22855
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-22/+164
svn path=/trunk/; revision=22854
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-08-24From Chris Maynard:Anders Broman1-34/+10
Fix display filter field problems Correct the template files in the case of generated dissectors. svn path=/trunk/; revision=22621
2007-08-17Add code for finding sub dissectors.Anders Broman1-45/+220
svn path=/trunk/; revision=22544
2007-08-16Collect context data.Anders Broman1-30/+92
svn path=/trunk/; revision=22528
2007-08-15Change tcap_private to ansi_tcap_private.Anders Broman1-7/+7
svn path=/trunk/; revision=22505
2007-08-14Actually adding the dissector may help :)Anders Broman1-0/+1371
svn path=/trunk/; revision=22502