Signed-off-by: Markus Theil <markus.theil@xxxxxxxxxxxxx> --- scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.c b/scan.c index f57925d..b3e7baa 100644 --- a/scan.c +++ b/scan.c @@ -2036,7 +2036,7 @@ static inline void print_p2p(const uint8_t type, uint8_t len, case 0x12: /* invitation flags */ case 0xdd: /* vendor specific */ default: { - const __u8 *subdata = data + 4; + const __u8 *subdata = data + 3; __u16 tmplen = sublen; tab_on_first(&first); -- 2.25.0