aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-13/+13
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-7/+5
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-236/+45
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-29/+57
2014-06-19batch of manual tvb_length conversionsEvan Huus1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-14/+14
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-14/+14
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-52/+50
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-83/+45
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-8/+6
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-73/+62
2013-10-26Fix some [-Wunused-const-variable] warnings (using '#if 0')Bill Meier1-3/+51
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-9/+10
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-224/+224
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-20[-Wmissing-prototypes]Anders Broman1-6/+10
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier1-1/+1
2013-01-05Regenerate ANSI MAP dissectorPascal Quantin1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
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-21/+8
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-5/+4
2012-08-18Use capture scoped memory for hash table functionalityMichael Mann1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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-13/+3
2012-04-11Get rid of redundant Dgt1_9_bcd digit set - passing NULL as the digitGuy Harris1-77/+70
2012-03-11Do not assign a value to itself.Stig Bjørlykke1-21/+17
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-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-44/+6
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-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
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-1/+1
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...Jeff Morriss1-6/+6