summaryrefslogtreecommitdiff
path: root/print-ap1394.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-10 18:05:56 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-10 18:05:56 +0200
commit40ae3ad744d9f71079b410a810acbc33ef39f8ba (patch)
tree08a7248e1fbf30a52c35c98065df6facecb7ba8e /print-ap1394.c
parent1889ef324cceaf8b667a9d4dade8260c395913c7 (diff)
downloadtcpdump-40ae3ad744d9f71079b410a810acbc33ef39f8ba.tar.gz
Add more nd_print_trunc() calls
Update the output of some tests accordingly. Moreover: Add a ndo_protocol field assignment.
Diffstat (limited to 'print-ap1394.c')
-rw-r--r--print-ap1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ap1394.c b/print-ap1394.c
index 4326707f..d401153c 100644
--- a/print-ap1394.c
+++ b/print-ap1394.c
@@ -96,7 +96,7 @@ ap1394_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_ch
ndo->ndo_protocol = "ap1394_if";
if (caplen < FIREWIRE_HDRLEN) {
- ND_PRINT("[|ap1394]");
+ nd_print_trunc(ndo);
return FIREWIRE_HDRLEN;
}