aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-beep.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-17/+5
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-3/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-27/+14
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-2/+2
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-2/+5
2016-07-14packet-beep.c: Pacify OS X buildbot with castMichael Mann1-1/+1
2016-07-14packet-beep.c: Use strtol over scanf to prevent analysis warnings.Michael Mann1-16/+6
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-7/+7
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-23/+23
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-2/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+6
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-23/+23
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-23/+23
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-6/+6
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-5/+5
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-8/+4
2013-06-09Batch of filterable expert infos.Michael Mann1-4/+19
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-14[-Wmissing-prototypes]Anders Broman1-4/+6
2013-02-25Fix Coverity CID 986569: Unused pointer value.Chris Maynard1-1/+1
2013-02-23Convert proto_tree_add_text to proto_tree_add_item and expert_info.Michael Mann1-187/+103
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+10
2012-12-02Remove unneeded variable initializers.Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-16proto_tree_add_boolean() takes value not ENC_ flag.Jakub Zawadzki1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-25The rest of the fix for Coverity CID's 280507 and 280508. (There were multip...Chris Maynard1-8/+9
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-18/+16
2011-04-04 Don't assign to a proto_item * if the value won't be used: Coverity 850;Bill Meier1-7/+4
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-7/+1