]> The Tcpdump Group git mirrors - tcpdump/commit
Rx: Use the fn_print_str() function instead of nd_print()
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 20 May 2018 14:43:49 +0000 (16:43 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 20 May 2018 16:49:26 +0000 (18:49 +0200)
commit519a3f663694678a4fa7119b94f53dc7394627cc
treec7605a60c5181c7b319e0d60c855541f7eacacee
parentd5b451c089db5f6819518a925dadf8f3167f0c77
Rx: Use the fn_print_str() function instead of nd_print()

We cannot use nd_print() because the parameter is not a pointer on the
packet buffer.
print-rx.c