Skip to content

serock/homeplug-av-dissector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homeplug-av-dissector

A HomePlug AV protocol dissector plugin for Wireshark.

Overview

The HomePlug AV[1] protocol (Ethertype 0x88e1) is used by power line adapters that use HomePlug technology. This dissector is an alternative to the HomePlug AV protocol dissector included with Wireshark. It fully dissects the following Management Messages:

MMTYPE MMV Interpretation
0x0014 1 CC_DISCOVER_LIST.REQ
0x0015 1 CC_DISCOVER_LIST.CNF
0x6034 1 CM_STA_CAP.REQ
0x6035 1 CM_STA_CAP.CNF
0x6060 1 CM_STA_IDENTIFY.REQ
0x6061 1 CM_STA_IDENTIFY.CNF
0x6046 1 CM_MME_ERROR.IND

Limitations

  1. No attempt is made to defragment fragmented messages. Messages traversing in-home networks are typically not fragmented.
  2. Only a subset of the management messages in the HomePlug AV protocol are dissected.

Installation

Copy homeplug-av.lua into Wireshark's personal or global plugin folder.


[1] (2014). HomePlug AV Specification Version 2.1. Retrieved from https://docbox.etsi.org/Reference/homeplug_av21/homeplug_av21_specification_final_public.pdf.

About

A HomePlug AV protocol dissector for Wireshark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages