aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-01Clean up response matching type preference.Guy Harris1-9/+12
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-4/+4
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20ANSI: Add modelinesAlexis La Goutte1-0/+13
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-2/+2
2015-07-04ansi_map: fix float literals missing f suffixEvan Huus1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu1-10/+7
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+116
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman2-13/+13
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+0
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-0/+3
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-24/+52
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19batch of manual tvb_length conversionsEvan Huus1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-14/+14
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-14/+14
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-17/+0
2014-01-21Fix one half-changed tvb_get_string() call.Guy Harris1-1/+1
2014-01-21IA5 = ASCII. Use tvb_get_string_enc() with an explicit encoding, notGuy Harris1-2/+2
2014-01-04Omit assignment for not used types.Anders Broman1-3/+7
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-1/+1
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