aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
-set_str2add_str_val_to_str svn path=/trunk/; revision=23406
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-20/+20
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-21/+515
svn path=/trunk/; revision=22651
2007-07-23Fix bugAnders Broman1-5/+8
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-07-04Preparations for updated CAMEL dissector.Anders Broman1-31/+31
svn path=/trunk/; revision=22239
2007-06-05Squelch some warnings - including some that appear legitimate; the nameGuy Harris1-4/+4
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-05Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn ↵Anders Broman1-32/+32
files. svn path=/trunk/; revision=22048
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-23/+20
- support of extension in middle of SEQUENCE root elements - new option EMBEDDED_PDV_CB to set default callback - ChoiceValue support at syntax level - ValueSet support at syntax level - exception identifier support - ValueFromObject support at syntax level - next minor changes (to compile X.880 and INAP) - dissectors using classes regenerated svn path=/trunk/; revision=22036
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cAnders Broman1-11/+151
svn path=/trunk/; revision=22032
2007-06-03INAP:Anders Broman1-1900/+6217
- 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-2249/+1510
(with small modifications). svn path=/trunk/; revision=22021
2007-05-24few BER dissectors regeneratedTomas Kukosa1-19/+19
svn path=/trunk/; revision=21920
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-413/+413
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-96/+96
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1560/+1822
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-239/+239
svn path=/trunk/; revision=21705
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-504/+504
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2007-02-28Add a missing OPTIONAL.Anders Broman1-1/+1
svn path=/trunk/; revision=20948
2007-01-04Make the recent INAP change in the template file as well.Anders Broman1-1/+1
svn path=/trunk/; revision=20311
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+1
svn path=/trunk/; revision=20304
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵Anders Broman1-2/+2
to static. svn path=/trunk/; revision=20062
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-345/+345
svn path=/trunk/; revision=18921
2006-06-10Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsoleteGuy Harris1-1/+5
preferences, so we don't warn about them, we just silently discard them. svn path=/trunk/; revision=18418
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-2/+2
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-04-21From Jeff Morris:Anders Broman1-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.). svn path=/trunk/; revision=17945
2005-12-17Have tcap subdissectors registering using functions provided by tcap and ↵Luis Ontanon1-9/+10
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. svn path=/trunk/; revision=16834
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-11/+24
svn path=/trunk/; revision=16736
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-68/+527
svn path=/trunk/; revision=16629
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-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. svn path=/trunk/; revision=16624
2005-11-02From TimAnders Broman1-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) svn path=/trunk/; revision=16376
2005-08-28add missing value_string terminationRonnie Sahlberg1-122/+240
svn path=/trunk/; revision=15582
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-86/+134
svn path=/trunk/; revision=14980
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-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. svn path=/trunk/; revision=14758
2005-04-02From Tim Endean:Anders Broman1-8/+379
1) Return errors. 2) Return rejects. Numerous other bugs fixed. svn path=/trunk/; revision=14005
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-1/+1
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPGuy Harris1-6/+2
currently has no taps). svn path=/trunk/; revision=13371
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
2005-02-09From Tim Endean: INAP dissector.Anders Broman1-0/+5252
svn path=/trunk/; revision=13364