]> The Tcpdump Group git mirrors - tcpdump/commit
Rework "Update more link-layer dissectors to void functions"
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 1 Aug 2020 12:05:59 +0000 (14:05 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 6 Aug 2020 20:36:16 +0000 (22:36 +0200)
commit0c93b15d38b3f63047344fcb2ea920e73498bb3d
treef35738ae5f17b87357aecbe5b4927910ac392143
parent6855c11117b46c93c5ea83b2a9436e67f4dae254
Rework "Update more link-layer dissectors to void functions"

It's a follow-up to commit 81dbf4a0b05092760d0ff0cdd48c692e4769ba99.

There is no need to update ether_print(), ether_common_print() and
ether_switch_tag_print() to void functions: back to u_int functions.

There is also no need to add a flag parameter to ether_print(),
ether_common_print() and ether_switch_tag_print(): Remove it.
15 files changed:
netdissect.h
print-bcm-li.c
print-brcmtag.c
print-dsa.c
print-ether.c
print-geneve.c
print-gre.c
print-juniper.c
print-lane.c
print-llc.c
print-nsh.c
print-openflow-1.0.c
print-otv.c
print-vxlan-gpe.c
print-vxlan.c