aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
AgeCommit message (Expand)AuthorFilesLines
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam2-4/+4
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
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ørlykke2-197/+197
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-18/+18
2009-06-19From Anders: Fix wrong tag numbers.Stig Bjørlykke1-13/+13
2009-04-08Add dissection of:Anders Broman2-17/+262
2009-04-01According to the section 2.4 of the spec.Anders Broman1-5/+4
2009-03-27In informationDirective use MSID instead of mobileIdentificationNumber.Anders Broman1-2/+3
2009-03-23From Michael Lum:Anders Broman1-55/+9
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.Anders Broman1-19/+47
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check...Bill Meier1-3340/+3335
2009-03-11From Michael Lum:Anders Broman1-0/+2
2009-02-17From Michael Lum:Anders Broman1-0/+4
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
2009-01-20From Michael Lum:Anders Broman2-12/+11
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier2-13/+13
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-03From Michael Lum:Anders Broman2-4/+70
2008-11-29Bug fixes:Anders Broman2-9/+15
2008-11-27The updated Profile wasn't expanded in all places.Anders Broman1-0/+83
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 Broman2-4/+13
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-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-12-09Get rid of non-ASCII character in a value_string table. (They mightGuy Harris1-1/+1
2007-12-03Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2057Anders Broman1-2/+2
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-09-25Change some additional protocols to the new build systemJörg Mayer4-58/+96
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 Broman2-5/+5
2007-09-12Use the new ANSI TCAP dissector.Anders Broman5-154/+120
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 Broman2-218/+250
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman2-15/+21
2007-09-04ANSI MAP systemMyTypeCode should be OPTIONALAnders Broman1-6/+6
2007-08-24From Chris Maynard:Anders Broman1-6/+6
2007-08-16Fix makefiles and a comment.Anders Broman2-3/+10
2007-08-15Change tvb_get_string() to tvb_get_ephemeral_string(). Since we weren't free...Jeff Morriss1-2/+2
2007-07-02Fix some of the 'defined but not used' warnings.Anders Broman2-11/+57