aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map/packet-ansi_map-template.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to mak...Jeff Morriss1-16/+8
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-112/+112
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-193/+193
2009-04-08Add dissection of:Anders Broman1-3/+25
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check...Bill Meier1-3340/+3335
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
2009-02-05From Michael Lum:Anders Broman1-2/+12
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-11/+11
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-03From Michael Lum:Anders Broman1-3/+12
2008-11-29Bug fixes:Anders Broman1-0/+3
2008-11-06Fix bug wherein proto_reg_handoff... wasn't being called during dissector init;Bill Meier1-34/+29
2008-11-06Invalid code in range_delete_callback.Anders Broman1-1/+0
2008-10-23From shmulikB:Anders Broman1-3/+5
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-8/+2
2008-01-03Wrong string used in g_hash_table_lookup().Anders Broman1-1/+1
2007-12-09Get rid of non-ASCII character in a value_string table. (They mightGuy Harris1-1/+1
2007-09-17(Again, this time for ANSI MAP) From Florent Drouin: malloc the size of the s...Jeff Morriss1-1/+1
2007-09-13Try to protect the hash table...Anders Broman1-3/+9
2007-09-12Warning fixes.Anders Broman1-1/+1
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-12/+117
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.Stig Bjørlykke1-1/+1
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman1-166/+199
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman1-4/+4
2007-08-24From Chris Maynard:Anders Broman1-6/+6
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't free...Jeff Morriss1-2/+2
2007-06-24Try to fix some more GCC warnings.Anders Broman1-0/+6
2007-06-23Try to fix some GCC warnings.Anders Broman1-7/+13
2007-06-18Add code for signals:Anders Broman1-2/+130
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-152/+155
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-39/+39
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)Stephen Fisher1-8/+2
2007-02-07Fix for bug 1350: Add return value forJeff Morriss1-85/+85
2007-02-06Fix a copy error.Anders Broman1-1/+1
2007-01-16Dissekt ControlChannelData.Anders Broman1-4/+61
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman1-3/+37
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman1-2/+19
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman1-5/+35
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - handle...Anders Broman1-143/+147
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman1-2/+12
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman1-0/+5
2007-01-13- Correct Tag numbering and marking of OPTIONAL.Anders Broman1-33/+75
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman1-34/+48
2007-01-12Dissect CDMAServiceOption.Anders Broman1-0/+121
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman1-16/+149
2007-01-10Packet-ber:Anders Broman1-0/+7
2007-01-07Show return signal in info col. also if no data.Anders Broman1-23/+0
2007-01-06Check in the asn2wrs generated ANSI map dissector.Anders Broman1-5/+5
2007-01-05- Dissect IA5 digitsAnders Broman1-6/+41