aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier1-193/+193
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2011-04-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-3/+0
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 923-927;wmeier1-515/+533
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-01-13From Didier Gautheron:etxrab1-1/+1
2009-09-24Remove check_col() guardkrj1-114/+38
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-38/+0
2009-09-07Don't pass length 0 to a FT_UINT.stig1-3/+3
2009-09-06Use correct field types for variable length fields.stig1-5/+37
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-07-05From Kovarththanan Rajaratnam:etxrab1-55/+55
2009-06-28From Jon Smirl:etxrab1-609/+1478
2009-06-24Fixed field types for some reserved fields.stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-74/+74
2009-01-14reg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs call...wmeier1-12/+3
2009-01-13From Luca Ceresoli:jake1-72/+635
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffwmeier1-7/+3
2008-09-09Fix for bug 2859:jake1-89/+119
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-04-12get rid of unused variablestandel1-1/+0
2007-03-30update of homeplug dissector with the use of ptvcursor subtree managementstandel1-263/+213
2007-03-21Fixes for: warning: function declaration isn't a prototypejmayer1-1/+1
2007-01-17Oops, set properties on the new filemorriss1-1/+1
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug po...morriss1-0/+857