]> The Tcpdump Group git mirrors - tcpdump/commit
AHCP: Modernize packet parsing style.
authorDenis Ovsienko <[email protected]>
Fri, 18 Sep 2020 23:50:40 +0000 (00:50 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 18 Sep 2020 23:54:13 +0000 (00:54 +0100)
commitc208467f18b8cf9b67ca8f1f3780261786575dbc
tree374449767e5412cfa20f8b0128e5daddaeae43b2
parent3fd60b0828c99dc00557c2a8328ed6b1423629a1
AHCP: Modernize packet parsing style.

Similarly to earlier commits, follow up from commit 19b51ded and make
changes along the same lines. Also make all functions void, lose a few
excess ND_TCHECK_LEN() instances, update comments, reduce scope for a
couple variables, rearrange some line breaks and call ND_TCHECK_LEN()
for unknown protocol versions.
netdissect.h
print-ahcp.c