aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03Wrong string used in g_hash_table_lookup().etxrab1-2/+2
2007-12-09Get rid of non-ASCII character in a value_string table. (They mightguy1-2/+2
2007-12-03Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057etxrab1-4/+4
2007-09-17(Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the s...morriss1-1/+1
2007-09-13Try to protect the hash table...etxrab1-6/+12
2007-09-12Warning fixes.etxrab1-23/+1
2007-09-12Use the new ANSI TCAP dissector.etxrab1-1275/+2553
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.stig1-1/+1
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.etxrab1-237/+269
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusetxrab1-146/+116
2007-09-04ANSI MAP systemMyTypeCode should be OPTIONALetxrab1-6/+6
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24From Chris Maynard:etxrab1-52/+52
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't free...morriss1-3/+3
2007-07-02Fix some of the 'defined but not used' warnings.etxrab1-172/+154
2007-06-24Try to fix some more GCC warnings.etxrab1-114/+67
2007-06-23Try to fix some GCC warnings.etxrab1-9/+76
2007-06-18Add code for signals:etxrab1-47/+1230
2007-06-11Generate ANSI MAP with the -X option.etxrab1-4489/+2983
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-634/+634
2007-05-15actx in the rest of dissect_ber..()letxrab1-241/+241
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-2197/+2208
2007-05-06Start introducing actx to ber functions.etxrab1-501/+501
2007-04-18Add an IE.etxrab1-3/+4
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-1036/+1036
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)sfisher1-11/+5
2007-02-07Fix for bug 1350: Add return value formorriss1-86/+86
2007-02-06Fix a copy error.etxrab1-1/+1
2007-01-16Dissekt ControlChannelData.etxrab1-41/+105
2007-01-15Dissect SMS-OriginationRestrictions.etxrab1-21/+63
2007-01-15Handle the case where the same TransactionID is used for two differentetxrab1-62/+88
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.etxrab1-89/+125
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - handle...etxrab1-201/+1545
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataetxrab1-10/+51
2007-01-13Handle the case ehere TCAP identifier isn't present.etxrab1-1/+1
2007-01-13- Correct Tag numbering and marking of OPTIONAL.etxrab1-35/+119
2007-01-13Handle zero length invokes and some asn1 fixes.etxrab1-103/+88
2007-01-12Dissect cdma2000HandoffInvokeIOSData.etxrab1-41/+81
2007-01-12Dissect CDMAServiceOption.etxrab1-63/+162
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.etxrab1-53/+194
2007-01-10Packet-ber:etxrab1-57/+68
2007-01-09Add ansi_map to the makefilesetxrab1-19/+19
2007-01-07Show return signal in info col. also if no data.etxrab1-70/+71
2007-01-06Check in the asn2wrs generated ANSI map dissector.etxrab1-10818/+13823
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-11-22From Michael Lumetxrab1-14/+34
2006-08-24From Jeff Morriss:etxrab1-1/+1
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.gerald1-12/+12
2006-06-06From Michail Koreshkov:etxrab1-19/+63
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3