aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
AgeCommit message (Collapse)AuthorFilesLines
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam2-4/+4
svn path=/trunk/; revision=30470
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29727
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984 svn path=/trunk/; revision=29726
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=29500
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29345
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-13/+13
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. svn path=/trunk/; revision=28782
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27736
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-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27037
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-78/+84
svn path=/trunk/; revision=26728
2008-09-25Add value_string to dissect_q931_cause_ie().Anders Broman1-1/+1
svn path=/trunk/; revision=26267
2008-05-26Fix run checkapi for more targets.Anders Broman1-0/+4
svn path=/trunk/; revision=25380
2008-04-23From Vasil Velichkov:Anders Broman1-0/+24
Fix dissection of Location and Generic Number in CAMEL http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2494 svn path=/trunk/; revision=25149
2008-02-18Fix some some propertiesBill Meier1-1/+1
svn path=/trunk/; revision=24380
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-3/+3
Unused variables fix to camel. svn path=/trunk/; revision=24106
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman2-36/+40
- Camel fix bug "bug in CAMEL ApplyCharging message." http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719 - get rid of ber_last_created_item() - add decoding of ServiceInteractionIndicatorsTwo items svn path=/trunk/; revision=23999
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-19Correct the order the .asn files are called - yes it matters.Anders Broman1-3/+3
Grrr took me ages to figure out what the problem was. svn path=/trunk/; revision=23919
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-01better built-in X.880 supportTomas Kukosa1-4/+0
forward declarations of OPERATION and ERROR classes are not necessary when Remote-Operations-Information-Objects.asn itself is compiled svn path=/trunk/; revision=23328
2007-10-31add forward class declarations which are necessary to compile ↵Tomas Kukosa1-0/+4
Remote-Operations-Information-Objects.asn svn path=/trunk/; revision=23323
2007-10-23Apply the small performance enhancment patches for:Anders Broman2-3/+3
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-2/+2
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-2/+2
svn path=/trunk/; revision=23143
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-0/+2
svn path=/trunk/; revision=22951
2007-09-25- Rework the Makefile structure to generate external -cnf filesJörg Mayer4-61/+117
a protocol depends on. - Make sure we need to add asn files to only 1 Makefile instead of 3 (Makefile, Makefile.nmake, ../Makefile.am) - Change the Makefiles of the camel protocol to use the new structure. svn path=/trunk/; revision=22950
2007-08-29OID name fixes.Anders Broman2-9/+134
svn path=/trunk/; revision=22729
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-08-16Fix makefiles and a comment.Anders Broman1-1/+1
svn path=/trunk/; revision=22525
2007-07-24From Florent Drouin:Anders Broman3-30/+108
- add a subtree to the ApplyChargingXX Report - add a subtree to ReleaseCall and ReleaseSMS - synchronize Unix and Windows makefile. svn path=/trunk/; revision=22396
2007-07-23Fix bugAnders Broman3-47/+31
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-13From Florent DROUIN:Anders Broman1-19/+13
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652 patch to correct the decoding of Calling Party Number, and Called Party Number, when an implicit tag is used. svn path=/trunk/; revision=22299
2007-07-07Make hf fileds for ARGGUMENT RESULT and ERROR parameters.Anders Broman3-18/+61
svn path=/trunk/; revision=22266
2007-07-05Try to get rid of the warnings.Anders Broman3-6/+52
svn path=/trunk/; revision=22250
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman6-560/+262
svn path=/trunk/; revision=22245
2007-07-04Preparations for updated CAMEL dissector.Anders Broman12-0/+4163
svn path=/trunk/; revision=22239
2007-06-02Camel regenerated with the -X optionAnders Broman2-5/+8
svn path=/trunk/; revision=22024
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-89/+95
svn path=/trunk/; revision=21753
2007-04-18Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectlyAnders Broman1-18/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543 svn path=/trunk/; revision=21471
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon2-1/+3
Add a table of DPCs and SSNs that allow to override the protocol that would be choosen so that the same SSN can use two different protocols in two different DPCs. I did not believe it someone could have done it, then I saw the captures... svn path=/trunk/; revision=21321
2007-02-17From Florent Drouin:Anders Broman4-246/+414
Update the Camel dissector to have the same structure as the gsm map dissector. Now the dissector correctly handles the Tcap return error component. Some improvement have been made for ApplyChargingReport too. svn path=/trunk/; revision=20835
2006-12-19From Florent Drouin:Anders Broman2-76/+173
Update the Camel ASN1 definition to version 3GPP TS 29.078 7.3.0 Release 7. Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved. I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it. svn path=/trunk/; revision=20153
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-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-10-26Fix more Ubuntu warnings.Anders Broman2-73/+50
svn path=/trunk/; revision=19711