aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
Commit message (Expand)AuthorAgeFilesLines
* Apparently one of our major global headers must include emem.h, because I justEvan Huus2013-06-191-4/+5
* Make exports actaully workJörg Mayer2013-05-071-0/+26
* Just whitespace changesJörg Mayer2013-05-051-2/+3
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* [-Wmissing-prototypes]Anders Broman2013-03-201-1/+5
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+3
* its ==> it's & it's ==> its as needed.Bill Meier2013-02-261-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Make all enum_val_t's const.Jeff Morriss2012-11-291-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* make hash key session scopedMichael Mann2012-08-181-18/+5
* Mark a parameter as unused.Guy Harris2012-08-181-6/+1
* epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generatedGuy Harris2012-08-181-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
* Fix RVALS() macro usagepascal2012-05-191-1/+1
* The trial period is arguably over - no need for packet-ansi_map.c toGuy Harris2012-04-111-10/+0
* Get rid of redundant Dgt1_9_bcd digit set - passing NULL as the digitGuy Harris2012-04-111-75/+68
* Do not assign a value to itself.Stig Bjørlykke2012-03-111-4/+0
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-272-14/+6
* Fix some duplicate display filter names.Chris Maynard2012-01-181-6/+6
* Get rid of Warnings.Anders Broman2011-11-191-8/+8
* Use tvb_bcd_dig_to_ep_str().Anders Broman2011-11-181-41/+3
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2011-10-181-9/+9
* Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...Bill Meier2011-10-151-2/+2
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-7/+3
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier2011-10-101-105/+105
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier2011-10-061-97/+97
* Try to do a more syntactically correct import.Anders Broman2011-07-211-2/+4
* Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...Jeff Morriss2011-05-181-5/+5
* Add a missing IE found in trace from https://bugs.wireshark.org/bugzilla/show...Anders Broman2011-02-071-1/+4
* Remove debug printouts.Anders Broman2011-02-051-3/+4
* Introduce preferences to set the strictness of Invoke/responseAnders Broman2011-02-041-12/+44
* From Porus Mehta:Anders Broman2011-01-161-7/+7
* Add tvb_bcd_dig_to_ep_str()Anders Broman2010-12-281-1/+5
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-6/+6
* Use value_string_ext fcns to access several value_string arrays;Bill Meier2010-11-163-17/+39
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest mess...Anders Broman2010-04-011-1/+1
* Squelch a bunch of compiler warnings.Guy Harris2010-02-231-4/+4
* From Didier Gautheron:Anders Broman2010-01-131-4/+0
* From Michael Lum:Anders Broman2010-01-071-1/+11
* Dissect NumberPortabilityRequest return result.Anders Broman2009-12-182-1/+16
* From Michael Lum:Anders Broman2009-11-191-2/+45
* From Michael Lum:Anders Broman2009-11-191-16/+52
* Mobile On Channel carries no data.Anders Broman2009-11-171-1/+1
* gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam2009-10-102-4/+4
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Don't call check_col(). Add a space at the end of each COL_INFO entry to mak...Jeff Morriss2009-09-151-16/+8