aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-beep.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-30Added some check for a valid beep_frame_data.Stig Bjørlykke1-88/+87
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-19/+19
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-5/+4
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-2/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-39/+39
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-12/+26
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-4/+5
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-1/+1
2005-08-12some more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-23/+5
2005-07-28char -> const char warning fixesJörg Mayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1121