ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37403: / /trunk/epan/dissectors/: Makefile.common packet

Date: Thu, 26 May 2011 01:55:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37403

User: morriss
Date: 2011/05/25 06:55 PM

Log:
 From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943 :
 
 The two patches attached allow the dissection of the Homeplug AV Ethernet MAC
 management frames between a controlling device and a Homeplug AV Ethernet to
 PLC adapter. This protocol is pretty similar to the previous generation
 Homeplug protocol (dissected by packet-homeplug.c) but a couple of noticeable
 differences make it require its own dissector handler.
 
 This dissector is based on the work done by Nicolas Thill, Xavier Carcelle and
 myself in the Faifa project (https://dev.open-plc.org).
 
 The dissector handles the standard Homeplug AV Ethernet MAC management frames
 (called public) as well as the Intellon specific management frames (vendor).
 
 From me:
 Remove unnecessary global variables.
 Add to COL_INFO even when !tree.
 Remove gotos.
 Remove unnecessary includes.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +1 -0      Makefile.common         Modified
  +4248 -0   packet-homeplug-av.c    Added

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified

Directory: /trunk/
  Changes    Path          Action
  +3 -0      AUTHORS       Modified