aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+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-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-13/+24
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-6/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-19Since we're always calling ptvcursor_new() now, always call ptvcursor_free().Chris Maynard1-2/+1
2013-12-18Call ptvcursor_new() to initialize cursor whether tree is NULL or not.Chris Maynard1-2/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+3
2013-04-01Typo's. That is all.Jaap Keuter1-2/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-4/+4
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...Bill Meier1-1/+1
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-193/+193
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 923-927;Bill Meier1-515/+533
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-13From Didier Gautheron:Anders Broman1-1/+1
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-114/+38
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-38/+0
2009-09-07Don't pass length 0 to a FT_UINT.Stig Bjørlykke1-3/+3
2009-09-06Use correct field types for variable length fields.Stig Bjørlykke1-5/+37
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-55/+55
2009-06-28From Jon Smirl:Anders Broman1-609/+1478
2009-06-24Fixed field types for some reserved fields.Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-74/+74
2009-01-14reg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs call...Bill Meier1-12/+3
2009-01-13From Luca Ceresoli:Jaap Keuter1-72/+635
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-7/+3
2008-09-09Fix for bug 2859:Jaap Keuter1-89/+119
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0