]> The Tcpdump Group git mirrors - tcpdump/commit
Add a status exit code to the function ndo_error()
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 25 Feb 2018 10:04:39 +0000 (11:04 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 25 Feb 2018 19:58:27 +0000 (20:58 +0100)
commit5ae22f41a8e2152c8618227a0cc45b9de61a0f70
treebd2eceb94241bd769a28d0422adb0e073ea140a9
parent7780402e9f67ffe6b98274f16277c8db00d3a95f
Add a status exit code to the function ndo_error()

The status are defined in an enum in status-exit-codes.h.

Moreover:
Use ndo_error() instead of ndo_warning() for malloc() errors in print-esp.c.
Makefile.in
addrtoname.c
netdissect.h
print-atalk.c
print-decnet.c
print-esp.c
print-tcp.c
print.c
status-exit-codes.h [new file with mode: 0644]
tcpdump.c