aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-6/+4
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-4/+4
2013-10-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann1-70/+59
2013-10-26Fix some [-Wunused-const-variable] warnings (using '#if 0')Bill Meier1-0/+48
2013-09-22More emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-4/+5
2013-05-07Make exports actaully workJörg Mayer1-0/+26
2013-05-05Just whitespace changesJörg Mayer1-2/+3
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-20[-Wmissing-prototypes]Anders Broman1-1/+5
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-18make hash key session scopedMichael Mann1-18/+5
2012-08-18Mark a parameter as unused.Guy Harris1-6/+1
2012-08-18epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generatedGuy Harris1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-05-19Fix RVALS() macro usagepascal1-1/+1
2012-04-11The trial period is arguably over - no need for packet-ansi_map.c toGuy Harris1-10/+0
2012-04-11Get rid of redundant Dgt1_9_bcd digit set - passing NULL as the digitGuy Harris1-75/+68
2012-03-11Do not assign a value to itself.Stig Bjørlykke1-4/+0
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-14/+6
2012-01-18Fix some duplicate display filter names.Chris Maynard1-6/+6
2011-11-19Get rid of Warnings.Anders Broman1-8/+8
2011-11-18Use tvb_bcd_dig_to_ep_str().Anders Broman1-41/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-9/+9
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...Bill Meier1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-7/+3
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-105/+105
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-97/+97
2011-07-21Try to do a more syntactically correct import.Anders Broman1-2/+4
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...Jeff Morriss1-5/+5
2011-02-07Add a missing IE found in trace from https://bugs.wireshark.org/bugzilla/show...Anders Broman1-1/+4
2011-02-05Remove debug printouts.Anders Broman1-3/+4
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman1-12/+44
2011-01-16From Porus Mehta:Anders Broman1-7/+7
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-1/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-16Use value_string_ext fcns to access several value_string arrays;Bill Meier3-17/+39
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-01Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest mess...Anders Broman1-1/+1
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-4/+4
2010-01-13From Didier Gautheron:Anders Broman1-4/+0