aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.h
AgeCommit message (Collapse)AuthorFilesLines
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-07-28Get rid of some unused code warnings.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25849 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab1-2/+2
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23325 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-07-04Preparations for updated CAMEL dissector.etxrab1-1/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22239 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-03INAP:etxrab1-1/+1
- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3 BER/asn2wrs: - Add basic support for EmbeddedPDVType git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22031 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-01Regenerate the INAP dissector with the -X option using the original asn1 filesetxrab1-1/+1
(with small modifications). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22021 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 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-04Make the recent INAP change in the template file as well.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20311 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵etxrab1-1/+1
to static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20062 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-2/+2
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18217 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
2006-04-21From Jeff Morris:etxrab1-1/+1
I tried out the 0.99.0pre1 release and I noticed that all my SCCP management messages (on SSN==1) were getting decoded as TCAP. Turns out that the INAP dissector (due to a bug) registers to SSN==1 by default (instead of 106 and 241). Rather than just fix that bug, the attached patch modifies the INAP dissector to use a range preference (like GSM MAP, TCAP, etc.). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17945 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-02From Timetxrab1-1/+1
A small patch for camel and inap, where the linkedid doesn't get dissected correctly in camel or inap and some tidy up in the camel asn.1 which now compiles with no warnings. also fix the copy_file target (/y) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16376 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-1/+1
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14758 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-02From Tim Endean:etxrab1-1/+1
1) Return errors. 2) Return rejects. Numerous other bugs fixed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14005 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-06Add a newline to the end of the file.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13616 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPguy1-2/+2
currently has no taps). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13371 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-09From Tim Endean: INAP dissector.etxrab1-0/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13364 f5534014-38df-0310-8fa8-9805f1628bb7