summaryrefslogtreecommitdiff
path: root/asn1/ansi_map
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29345
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke2-197/+197
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-06-19From Anders: Fix wrong tag numbers.Stig Bjørlykke1-13/+13
Dissector will be generated when we fix some "empty blurb issues". svn path=/trunk/; revision=28774
2009-04-08Add dissection of:Anders Broman2-17/+262
- SMSDeliveryPointToPointAck - InterSystemSMSDeliveryPointToPoint - QualificationRequest2 svn path=/trunk/; revision=27991
2009-04-01According to the section 2.4 of the spec.Anders Broman1-5/+4
http://www.3gpp2.org/Public_html/specs/X.S0004-540-E_v2.0_070723.pdf mandatory parameters for the message Authentication Failure Report. 1. Electronic serial number 2. MSID(i.e MIN/IMSI) 3.Report Type 4.System Access Type 5.System Capabilities(Serving) svn path=/trunk/; revision=27923
2009-03-27In informationDirective use MSID instead of mobileIdentificationNumber.Anders Broman1-2/+3
svn path=/trunk/; revision=27858
2009-03-23From Michael Lum:Anders Broman1-55/+9
ANSI MAP FeatureRequest update https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349 svn path=/trunk/; revision=27836
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.Anders Broman1-19/+47
and FeatReq invoke fixes. svn path=/trunk/; revision=27831
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵Bill Meier1-3340/+3335
check against it. Also (from me): Clean up spacing svn path=/trunk/; revision=27727
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-02-17From Michael Lum:Anders Broman1-0/+4
ANSI MAP fix for missing MEID/MSC ID number in RegNot https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3255 svn path=/trunk/; revision=27469
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
svn path=/trunk/; revision=27390
2009-02-05From Michael Lum:Anders Broman1-2/+12
ANSI MAP digits type decode and bitmask corrections https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3233 svn path=/trunk/; revision=27379
2009-01-20From Michael Lum:Anders Broman2-12/+11
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-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier2-13/+13
svn path=/trunk/; revision=27050
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27037
2008-12-03From Michael Lum:Anders Broman2-4/+70
- new service options - one comment was incorrect - Expanded a profile in one of the messages svn path=/trunk/; revision=26905
2008-11-29Bug fixes:Anders Broman2-9/+15
- Put QualificationDirectiveRes in the tree. - Use correct tag value for messageWaitingNotificationType (145) - analogRedirectRecord is OPTIONAL. svn path=/trunk/; revision=26877
2008-11-27The updated Profile wasn't expanded in all places.Anders Broman1-0/+83
svn path=/trunk/; revision=26867
2008-11-06Fix bug wherein proto_reg_handoff... wasn't being called during dissector init;Bill Meier1-34/+29
(definition of proto_reg_hand_off... wasn't left-justified and thus was not found when generating register.c) Also: slight changes related to proto_reg_handoff and proto_register: Use find_dissector; gboolean for intiialized flag; localize saved range pref; svn path=/trunk/; revision=26718
2008-11-06Invalid code in range_delete_callback.Anders Broman1-1/+0
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041 svn path=/trunk/; revision=26715
2008-10-23From shmulikB:Anders Broman2-4/+13
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
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-8/+2
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24249
2008-01-03Wrong string used in g_hash_table_lookup().Anders Broman1-1/+1
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154 svn path=/trunk/; revision=24000
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-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-12-09Get rid of non-ASCII character in a value_string table. (They mightGuy Harris1-1/+1
upset MSVC++ if the wrong code page is selected, and there's no guarantee that all forms of output of dissected packets are in any particular character encoding.) svn path=/trunk/; revision=23819
2007-12-03Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057Anders Broman1-2/+2
The tag for PSTNTermination is [95]. svn path=/trunk/; revision=23723
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-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-1/+5
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-25Change some additional protocols to the new build systemJörg Mayer4-58/+96
svn path=/trunk/; revision=22958
2007-09-17(Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the ↵Jeff Morriss1-1/+1
structure, not the size of a pointer to the structure. Hopefully this will fix bug 1844. svn path=/trunk/; revision=22892
2007-09-13Try to protect the hash table...Anders Broman1-3/+9
svn path=/trunk/; revision=22866
2007-09-12Warning fixes.Anders Broman2-5/+5
svn path=/trunk/; revision=22855
2007-09-12Use the new ANSI TCAP dissector.Anders Broman5-154/+120
svn path=/trunk/; revision=22854
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22815
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman2-218/+250
svn path=/trunk/; revision=22807
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman2-15/+21
a copy-paste error in the hf fields. svn path=/trunk/; revision=22796
2007-09-04ANSI MAP systemMyTypeCode should be OPTIONALAnders Broman1-6/+6
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1820 svn path=/trunk/; revision=22783
2007-08-24From Chris Maynard:Anders Broman1-6/+6
Fix display filter field problems Correct the template files in the case of generated dissectors. svn path=/trunk/; revision=22621
2007-08-16Fix makefiles and a comment.Anders Broman2-3/+10
svn path=/trunk/; revision=22525
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't ↵Jeff Morriss1-2/+2
freeing the returned buffer, this cleans up a memory leak. NOTE: I had to manually regenerate this dissector without the "-T" option to avoid checking in a lot of changes that I don't understand/didn't make. Why is the Makefile newer than what's in epan/dissectors/ ? svn path=/trunk/; revision=22511
2007-07-02Fix some of the 'defined but not used' warnings.Anders Broman2-11/+57
svn path=/trunk/; revision=22229
2007-06-24Try to fix some more GCC warnings.Anders Broman2-51/+68
svn path=/trunk/; revision=22180
2007-06-23Try to fix some GCC warnings.Anders Broman2-8/+33
svn path=/trunk/; revision=22172
2007-06-18Add code for signals:Anders Broman2-56/+1029
- LCSParameterRequest - CheckMEID - PositionEventNotification - StatusRequest svn path=/trunk/; revision=22132
2007-06-11Generate ANSI MAP with the -X option.Anders Broman2-2/+2
svn path=/trunk/; revision=22072