aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39427 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity cangerald1-1/+1
locate their template files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36569 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16Use value_string_ext fcns to access several value_string arrays;wmeier1-1/+1
Minor whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34900 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-23From shmulikB:etxrab1-1/+1
1. ansi map fail to parser BCD digits when Numbering Plan: Telephony Numbering (ITU-T Rec. E.164,E.163) (2) 2. fix dissector_try_port if sms-TeleserviceIdentifier RECIEVE BEFORE sms-BearerData. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2989 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26521 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-1/+1
If we get some truncated strings we probably overwrote some buffers... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24249 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03Wrong string used in g_hash_table_lookup().etxrab1-1/+1
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24000 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-03Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057etxrab1-2/+2
The tag for PSTNTermination is [95]. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23723 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-12Use the new ANSI TCAP dissector.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22854 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24From Chris Maynard:etxrab1-1/+1
Fix display filter field problems Correct the template files in the case of generated dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22621 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't ↵morriss1-1/+1
freeing the returned buffer, this cleans up a memory leak. NOTE: I had to manually regenerate this dissector without the "-T" option to avoid checking in a lot of changes that I don't understand/didn't make. Why is the Makefile newer than what's in epan/dissectors/ ? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22511 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-11Generate ANSI MAP with the -X option.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22072 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-18Add an IE.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21462 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-1/+1
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-06Check in the asn2wrs generated ANSI map dissector.etxrab1-4/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20334 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-1/+1
definition in the Catapult DCT2000 code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18524 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+41
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7