aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier1-9/+9
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...wmeier1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-7/+3
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier1-105/+105
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...wmeier1-97/+97
2011-07-21Try to do a more syntactically correct import.etxrab1-2/+4
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...morriss1-5/+5
2011-02-07Add a missing IE found in trace from https://bugs.wireshark.org/bugzilla/show...etxrab1-1/+4
2011-02-05Remove debug printouts.etxrab1-3/+4
2011-02-04Introduce preferences to set the strictness of Invoke/responseetxrab1-12/+44
2011-01-16From Porus Mehta:etxrab1-7/+7
2010-12-28Add tvb_bcd_dig_to_ep_str()etxrab1-1/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-11-16Use value_string_ext fcns to access several value_string arrays;wmeier3-17/+39
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2010-04-01Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest mess...etxrab1-1/+1
2010-02-23Squelch a bunch of compiler warnings.guy1-4/+4
2010-01-13From Didier Gautheron:etxrab1-4/+0
2010-01-07From Michael Lum:etxrab1-1/+11
2009-12-18Dissect NumberPortabilityRequest return result.etxrab2-1/+16
2009-11-19From Michael Lum:etxrab1-2/+45
2009-11-19From Michael Lum:etxrab1-16/+52
2009-11-17Mobile On Channel carries no data.etxrab1-1/+1
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenameskrj2-4/+4
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to mak...morriss1-16/+8
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-112/+112
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-24From Kovarththanan Rajaratnam:stig2-197/+197
2009-06-20From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-06-19From Anders: Fix wrong tag numbers.stig1-13/+13
2009-04-08Add dissection of:etxrab2-17/+262
2009-04-01According to the section 2.4 of the spec.etxrab1-5/+4
2009-03-27In informationDirective use MSID instead of mobileIdentificationNumber.etxrab1-2/+3
2009-03-23From Michael Lum:etxrab1-55/+9
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.etxrab1-19/+47
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check...wmeier1-3340/+3335
2009-03-11From Michael Lum:etxrab1-0/+2
2009-02-17From Michael Lum:etxrab1-0/+4
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-2/+0
2009-02-05From Michael Lum:etxrab1-2/+12
2009-01-20From Michael Lum:etxrab2-12/+11
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier2-13/+13
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-03From Michael Lum:etxrab2-4/+70
2008-11-29Bug fixes:etxrab2-9/+15
2008-11-27The updated Profile wasn't expanded in all places.etxrab1-0/+83
2008-11-06Fix bug wherein proto_reg_handoff... wasn't being called during dissector init;wmeier1-34/+29