]> The Tcpdump Group git mirrors - tcpdump/commit
UDP: Harmonize some function calls
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 31 Jul 2020 10:19:51 +0000 (12:19 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 31 Jul 2020 10:21:58 +0000 (12:21 +0200)
commit037f3e3e0c00c1d86e5245fb927e47179095b742
treea205c6c18ff537958e01e639a3f1014f18006454
parent430dc89983c28aa57ca02b5702963c78218481a0
UDP: Harmonize some function calls

Some calls use '(const u_char *)(up+1)'.
Other calls use 'cp' (same value).
Update the calls to only use 'cp'.

(follow-up to ea0f25cc7765554e521bf7ea44d94f77500749f5)
print-udp.c