aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/packet-inap-template.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-03-01Dissect error code.Anders Broman1-0/+2
svn path=/trunk/; revision=32060
2009-12-15From Vasil Velichkov:Anders Broman1-0/+2
Bug 4330 - Add dissection of HighLayerCompatibility parameter in CAMEL/INAP InitialDP operation. svn path=/trunk/; revision=31272
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29500
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29345
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-6/+4
svn path=/trunk/; revision=26728
2008-07-28Get rid of some unused code warnings.Anders Broman1-419/+15
svn path=/trunk/; revision=25849
2008-07-22Get rid of some unused code warnings.Anders Broman1-48/+48
svn path=/trunk/; revision=25791
2008-04-17Another (somewhat blind) attempt to help bug 2053: don't create the INAP ↵Jeff Morriss1-16/+16
handle nor call oid_add_from_string() more than once (by putting that code inside the "We haven't been through the handoff function before" condition). svn path=/trunk/; revision=25098
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
(gsmmap and inap does not compile at the moment). svn path=/trunk/; revision=23324
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-07-23Fix bugAnders Broman1-0/+3
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo By fixing up the generation of HF vars for Arg etc Add an OID name to INAP. svn path=/trunk/; revision=22391
2007-06-05Squelch some warnings - including some that appear legitimate; the nameGuy Harris1-3/+3
of the function was missing from the call for monitorRouteRequest. It also appears that the wrong function was being called for monitorRouteReport. svn path=/trunk/; revision=22049
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cAnders Broman1-8/+148
svn path=/trunk/; revision=22032
2007-06-03INAP:Anders Broman1-1/+1
- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3 BER/asn2wrs: - Add basic support for EmbeddedPDVType svn path=/trunk/; revision=22031
2007-06-01Regenerate the INAP dissector with the -X option using the original asn1 filesAnders Broman1-3/+3
(with small modifications). svn path=/trunk/; revision=22021
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-302/+84
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-14/+14
svn path=/trunk/; revision=21705
2007-01-04Make the recent INAP change in the template file as well.Anders Broman1-1/+1
svn path=/trunk/; revision=20311
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵Anders Broman1-1/+1
to static. svn path=/trunk/; revision=20062
2006-06-10Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsoleteGuy Harris1-0/+4
preferences, so we don't warn about them, we just silently discard them. svn path=/trunk/; revision=18418
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-21From Jeff Morris:Anders Broman1-29/+37
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.). svn path=/trunk/; revision=17945
2005-12-17Have tcap subdissectors registering using functions provided by tcap and ↵Luis Ontanon1-4/+5
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. svn path=/trunk/; revision=16834
2005-12-01Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=16630
2005-11-30Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.Anders Broman1-56/+120
svn path=/trunk/; revision=16629
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-48/+158
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. svn path=/trunk/; revision=16624
2005-11-02From TimAnders Broman1-0/+11
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) svn path=/trunk/; revision=16376
2005-08-28add missing value_string terminationRonnie Sahlberg1-2/+5
svn path=/trunk/; revision=15582
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=14980
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-4/+4
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. svn path=/trunk/; revision=14758
2005-04-02From Tim Endean:Anders Broman1-7/+113
1) Return errors. 2) Return rejects. Numerous other bugs fixed. svn path=/trunk/; revision=14004
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPGuy Harris1-5/+1
currently has no taps). svn path=/trunk/; revision=13371
2005-02-09From Tim Endean: INAP dissector.Anders Broman1-0/+411
svn path=/trunk/; revision=13363