]> The Tcpdump Group git mirrors - tcpdump/commit
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (19/n)
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 21 Nov 2017 21:53:05 +0000 (22:53 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 21 Nov 2017 21:53:05 +0000 (22:53 +0100)
commitd0be8661252cce1a8f7d15aa37aa0306e31947de
tree7a0bf345feb946999f7fd2d493b9c4aeb57c9ef2
parentcb9b66505924ae735e5ef772a434e72089231076
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (19/n)

Assignment, *p++ -> EXTRACT_8BITS(p); p++;
Assignment, *(p++) -> EXTRACT_8BITS(p); p++;

Partial list.
print-egp.c
print-juniper.c