aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to ↵Jeff Morriss1-21/+13
make the column more readable when SCTP bundles multiple messages together. svn path=/trunk/; revision=29922
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-115/+115
1) This indicates that the string has ephemeral lifetime 2) More consistent with its existing seasonal counterpart, se_address_to_str(). svn path=/trunk/; revision=29747
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-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-12/+12
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-429/+429
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-18/+18
svn path=/trunk/; revision=28379
2009-04-08Add dissection of:Anders Broman1-16/+345
- SMSDeliveryPointToPointAck - InterSystemSMSDeliveryPointToPoint - QualificationRequest2 svn path=/trunk/; revision=27991
2009-04-01According to the section 2.4 of the spec.Anders Broman1-2/+2
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-1/+1
svn path=/trunk/; revision=27858
2009-03-23From Michael Lum:Anders Broman1-81/+58
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-9/+55
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-3329/+3324
check against it. Also (from me): Clean up spacing svn path=/trunk/; revision=27727
2009-03-11From Michael Lum:Anders Broman1-2/+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/+2
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-7/+5
svn path=/trunk/; revision=27390
2009-02-05From Michael Lum:Anders Broman1-5/+15
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 Broman1-27/+24
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 Meier1-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 Broman1-6/+43
- 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 Broman1-6/+40
- 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-237/+278
svn path=/trunk/; revision=26867
2008-11-06Re-generated packet-ansi_map.c (See svn #26718)Bill Meier1-39/+34
svn path=/trunk/; revision=26719
2008-11-06Invalid code in range_delete_callback.Anders Broman1-3/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041 svn path=/trunk/; revision=26715
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-17/+17
svn path=/trunk/; revision=26670
2008-10-23From shmulikB:Anders Broman1-22/+31
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-20/+14
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-2/+2
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154 svn path=/trunk/; revision=24000
2007-12-09Get rid of non-ASCII character in a value_string table. (They mightGuy Harris1-2/+2
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-4/+4
The tag for PSTNTermination is [95]. svn path=/trunk/; revision=23723
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-6/+12
svn path=/trunk/; revision=22866
2007-09-12Warning fixes.Anders Broman1-23/+1
svn path=/trunk/; revision=22855
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-1275/+2553
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 Broman1-237/+269
svn path=/trunk/; revision=22807
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman1-146/+116
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-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-08-24From Chris Maynard:Anders Broman1-52/+52
Fix display filter field problems Correct the template files in the case of generated dissectors. svn path=/trunk/; revision=22621
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't ↵Jeff Morriss1-3/+3
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 Broman1-172/+154
svn path=/trunk/; revision=22229
2007-06-24Try to fix some more GCC warnings.Anders Broman1-114/+67
svn path=/trunk/; revision=22180
2007-06-23Try to fix some GCC warnings.Anders Broman1-9/+76
svn path=/trunk/; revision=22172
2007-06-18Add code for signals:Anders Broman1-47/+1230
- LCSParameterRequest - CheckMEID - PositionEventNotification - StatusRequest svn path=/trunk/; revision=22132
2007-06-11Generate ANSI MAP with the -X option.Anders Broman1-4489/+2983
svn path=/trunk/; revision=22072
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-634/+634
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-241/+241
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2197/+2208
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-501/+501
svn path=/trunk/; revision=21705