aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug-av.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-19dissector: fix typo identifer -> identifierAlexis La Goutte1-1/+1
2016-12-15Improved parsing of sniffed homeplug-av dataNora Sandler1-146/+1041
2016-10-28homeplug-av: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-4/+4
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
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-6/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-28packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_1 consistentlyFlorian Fainelli1-7/+7
2014-02-28packet-homeplug-av: fix missing reserved byte for station dumpFlorian Fainelli1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-03-30coverity 993742: potential division by zeroMartin Kaiser1-3/+6
2013-03-30fix indentation in one placeMartin Kaiser1-5/+6
2013-03-27From G.Gerrits via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8501 H...Alexis La Goutte1-77/+343
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-25Whitespace cleanup.Evan Huus1-235/+235
2013-01-25From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus1-2/+115
2013-01-25From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-2/+6
2013-01-25From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus1-9/+8
2013-01-24From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Evan Huus1-38/+101
2013-01-05From Guus Gerrits via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8148Evan Huus1-10/+31
2012-12-31From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-310/+322
2012-12-22From G.Gerrits:Jaap Keuter1-2/+3
2012-10-08Patch from Florian Fainelli via bug #7772Jakub Zawadzki1-1/+1
2012-10-08Patch from Florian FainelliJakub Zawadzki1-4/+14
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-09From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-5/+2
2012-07-31From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-1/+11
2012-07-27Create/use extended value strings to access certain value string arrays;Bill Meier1-2014/+2029
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-9/+9
2012-01-15Shuffle the ett[] array elements around a bit, and add blank lines, toGuy Harris1-2/+6
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-387/+387
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-16More misspellings of "unknown", for bug 6244.Guy Harris1-1/+1
2011-05-27Put proto_reg_handoff_...() at the end of the file as per the usual Wireshark...Bill Meier1-10/+10
2011-05-26From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+4248