aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-meta.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-14Have various ATM dissectors use the data arguments for pseudo-headers.Guy Harris1-23/+30
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15emem -> wmemPascal Quantin1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-27Batch of filterable expert infosMichael Mann1-8/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-12Use explicit casts.Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-13/+7
2012-07-27Sort value-string array by value to allow extended-value-string binary search;Bill Meier1-3/+6
2012-07-27Fix some potential integer arithmetic overflow issues;Bill Meier1-52/+178
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-04From Tobias Witek:Anders Broman1-11/+25
2012-01-28From Tobias Witek:Anders Broman1-2/+13
2012-01-28From Tobias Witek:Anders Broman1-0/+3
2012-01-13Minor cleanup:Bill Meier1-9/+54
2012-01-12Various minor mods;Bill Meier1-56/+59
2012-01-12From Tobias Witek: Add dissector table to 'meta' dissector.Bill Meier1-2/+14
2012-01-05From Tobias Witek:Anders Broman1-9/+20
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-0/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-12From Tobias Witek: Anders Broman1-6/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-05-19#if 0 some not currently used code: Fixes Coverity 966 [UNUSED]Bill Meier1-430/+430
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-9/+9
2011-01-13From Clemens Auer:Jaap Keuter1-2/+54
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-01C-ize a C++ comment.Gerald Combs1-1/+1
2010-02-01From Tobias Witek:Anders Broman1-48/+40
2009-11-05From Tobias Witek:Anders Broman1-1/+3
2009-10-09hf[]: Use NUL for "blurb" instead of empty text string;Bill Meier1-23/+21
2009-10-09From Tobias Witek:Anders Broman1-0/+534