G.Gerrits
changed
bug 7548
What |
Removed |
Added |
Attachment #9727 Flags |
|
review_for_checkin?
|
Comment # 7
on bug 7548
from G.Gerrits
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.