summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-homeplug.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-12get rid of unused variableSebastien Tandel1-1/+0
2007-03-30update of homeplug dissector with the use of ptvcursor subtree managementSebastien Tandel1-263/+213
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2007-01-17Oops, set properties on the new fileJeff Morriss1-1/+1
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug po...Jeff Morriss1-0/+857