aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map/ansi_map.cnf
AgeCommit message (Collapse)AuthorFilesLines
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-4/+4
Change-Id: I44732d2743ba461d1791bb3795b0aef5a314bc1f Reviewed-on: https://code.wireshark.org/review/8001 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-0/+3
Change-Id: I4e2278d563659db6acc6c02b9e66d58c67939e30 warning: unused function 'dissect_ansi_map_InvokeData' [-Wunused-function] warning: unused function 'dissect_ansi_map_ReturnData' [-Wunused-function] Reviewed-on: https://code.wireshark.org/review/5976 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-4/+4
This reverts commit e308e7c4de81c2ff7159e444b865ac59de4faa2b. Change-Id: I079616d63f643f79f1bc03ef5fdf724f36df4071 Reviewed-on: https://code.wireshark.org/review/2435 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-4/+4
Change-Id: I52ecfccbce423206242e3cf99401a8c9e1655d88 Reviewed-on: https://code.wireshark.org/review/2385 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-01-04Omit assignment for not used types.Anders Broman1-3/+7
svn path=/trunk/; revision=54591
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
svn path=/trunk/; revision=41211
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-11-16Use value_string_ext fcns to access several value_string arrays;Bill Meier1-8/+19
Minor whitespace cleanup. svn path=/trunk/; revision=34900
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30470
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-18/+18
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. svn path=/trunk/; revision=28782
2009-03-11From Michael Lum:Anders Broman1-0/+2
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323 svn path=/trunk/; revision=27695
2009-01-20From Michael Lum:Anders Broman1-9/+8
ANSI MAP fix for TRN digits/SMS and OTA subdissection https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3214 svn path=/trunk/; revision=27276
2008-10-23From shmulikB:Anders Broman1-1/+8
1. ansi map fail to parser BCD digits when Numbering Plan: Telephony Numbering (ITU-T Rec. E.164,E.163) (2) 2. fix dissector_try_port if sms-TeleserviceIdentifier RECIEVE BEFORE sms-BearerData. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2989 svn path=/trunk/; revision=26521
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
- 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-09-12Use the new ANSI TCAP dissector.Anders Broman1-76/+1
svn path=/trunk/; revision=22854
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman1-52/+51
svn path=/trunk/; revision=22807
2007-08-16Fix makefiles and a comment.Anders Broman1-0/+6
svn path=/trunk/; revision=22525
2007-07-02Fix some of the 'defined but not used' warnings.Anders Broman1-7/+1
svn path=/trunk/; revision=22229
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-54/+54
svn path=/trunk/; revision=21753
2007-01-16Dissekt ControlChannelData.Anders Broman1-0/+7
svn path=/trunk/; revision=20458
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman1-0/+8
svn path=/trunk/; revision=20444
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman1-2/+19
destinations. svn path=/trunk/; revision=20440
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman1-22/+46
Pretify a bunch of DigitsType parameters. svn path=/trunk/; revision=20439
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - ↵Anders Broman1-8/+32
handle that case and add pretifications by Graeme Lunt. svn path=/trunk/; revision=20430
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman1-1/+28
(Missing .cnf file in previous checkin) add BCD decoded items to Digits type item. svn path=/trunk/; revision=20426
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman1-1/+1
svn path=/trunk/; revision=20421
2007-01-13Handle zero length invokes and some asn1 fixes.Anders Broman1-6/+34
svn path=/trunk/; revision=20418
2007-01-12Dissect CDMAServiceOption.Anders Broman1-0/+8
svn path=/trunk/; revision=20407
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman1-0/+8
svn path=/trunk/; revision=20398
2007-01-07Show return signal in info col. also if no data.Anders Broman1-5/+29
svn path=/trunk/; revision=20335
2007-01-06Check in the asn2wrs generated ANSI map dissector.Anders Broman1-1/+1
svn path=/trunk/; revision=20334
2007-01-05- Dissect IA5 digitsAnders Broman1-140/+57
- Update info column - Call subdissectors - fix some asn1 bugs - clean up .cnf file. svn path=/trunk/; revision=20325
2007-01-04Add dissection of SystemCapabilities.Anders Broman1-3/+11
svn path=/trunk/; revision=20299
2007-01-03Add call to the Teleservice dissector add a bunch of missing Return signals andAnders Broman1-6/+18
fix up some cut and paste errors. svn path=/trunk/; revision=20293
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman1-1/+10
some bugs in the asn2wrs generated ansi map dissector. svn path=/trunk/; revision=20257
2006-06-17Port the ssn range setting stuff.Anders Broman1-3/+4
svn path=/trunk/; revision=18505
2006-01-12Backup the latest editsAnders Broman1-2/+194
svn path=/trunk/; revision=17021
2006-01-07Add dissection of more IE:sAnders Broman1-8/+143
svn path=/trunk/; revision=16977
2006-01-03Further asn1 code updates and IE decoding.Anders Broman1-1/+72
svn path=/trunk/; revision=16932
2005-12-28Updates to the ASN1 code and decode some IE:sAnders Broman1-2/+10
svn path=/trunk/; revision=16915
2005-12-20Add ASN1 code from some more 3GPP2 dockuments.Anders Broman1-0/+12
svn path=/trunk/; revision=16867
2005-12-18Work in progress ANSI MAP dissector. Anders Broman1-0/+37
svn path=/trunk/; revision=16846