]> git.zerfleddert.de Git - hmcfgusb/commitdiff
fix cfg-flag
authorMichael Gernoth <michael@gernoth.net>
Thu, 30 May 2013 21:57:21 +0000 (23:57 +0200)
committerMichael Gernoth <michael@gernoth.net>
Thu, 30 May 2013 21:57:21 +0000 (23:57 +0200)
hmsniff.c

index 6260cb60245cef4f1691622b663a3cbbde3cba75..7cc20c115a8a545449c18fd3d7fa3de7edad5465 100644 (file)
--- a/hmsniff.c
+++ b/hmsniff.c
@@ -110,7 +110,7 @@ static void dissect_hm(uint8_t *buf, int len)
        printf("\t\tFlags: ");
        if (buf[2] & (1 << 0)) printf("WAKEUP ");
        if (buf[2] & (1 << 1)) printf("WAKEMEUP ");
-       if (buf[2] & (1 << 2)) printf("BCAST ");
+       if (buf[2] & (1 << 2)) printf("CFG ");
        if (buf[2] & (1 << 3)) printf("? ");
        if (buf[2] & (1 << 4)) printf("BURST ");
        if (buf[2] & (1 << 5)) printf("BIDI ");
Impressum, Datenschutz