aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-28Add a missing OPTIONAL.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20948 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
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20304 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵etxrab1-2/+2
to static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20062 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-345/+345
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18921 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-10Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsoleteguy1-1/+5
preferences, so we don't warn about them, we just silently discard them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18418 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-34/+42
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-17Have tcap subdissectors registering using functions provided by tcap and ↵lego1-9/+10
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16834 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-11/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-01Fix a typoetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16630 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-30Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.etxrab1-68/+527
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16629 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-29ISUP - Export functions used by INAP and Cameletxrab1-2037/+2584
Gsmmap - Export asn1 structs used by Camel Camel - Use functions from GSMMAp and ISUP INAP - Rewrite of the asn1 code to correspond more to CS1 data types Let ISUP and Q931 dissect apropriate stuff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16624 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-02From Timetxrab1-1/+12
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-08-28add missing value_string terminationsahlberg1-122/+240
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15582 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-86/+134
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14980 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-81/+97
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-8/+379
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-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵sahlberg1-1/+1
takes a implicit_tag parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPguy1-6/+2
currently has no taps). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13371 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13366 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-09From Tim Endean: INAP dissector.etxrab1-0/+5252
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13364 f5534014-38df-0310-8fa8-9805f1628bb7