ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7548] [PATCH] HomeplugAV dissector: decode device id

Date: Fri, 21 Dec 2012 13:53:31 +0000

changed bug 7548

What Removed Added
Attachment #9727 Flags   review_for_checkin?

Comment # 7 on bug 7548 from
Comment on attachment 9727 [details]
Minor patch adding the AR7400/INT7400

>Index: epan/dissectors/packet-homeplug-av.c
>===================================================================
>--- packet-homeplug-av.c	(Revision 46667)
>+++ packet-homeplug-av.c	(Arbeitskopie)
>@@ -804,13 +804,14 @@
>    { 0, NULL }
> };
> 
>-#define HOMEPLUG_AV_DEV_ID_MASK		0x03
>+#define HOMEPLUG_AV_DEV_ID_MASK		0x07
> 
> static const value_string homeplug_av_dev_id_vals[] = {
>    { 0x00, "Uknown" },
>    { 0x01, "INT6000" },
>    { 0x02, "INT6300" },
>    { 0x03, "INT6400" },
>+   { 0x04, "INT7400" },
>    { 0, NULL }
> };


You are receiving this mail because:
  • You are watching all bug changes.