diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-06 11:22:56 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-06 16:25:52 +0200 |
commit | 496c43c10b94112b5a2d0634d55d85e58e3f6722 (patch) | |
tree | bf7fa74feb86ad5d8ed3433dfd8ae731215d06b6 /tests | |
parent | aa8bf0f52768cf4671c1661a29e7c1dd9cf5f5ad (diff) | |
download | tcpdump-496c43c10b94112b5a2d0634d55d85e58e3f6722.tar.gz |
PPP: Update the link-layer dissectors to void functions
Moreover:
Remove trailing "_if" from some protocol names.
Update the outputs of two tests accordingly.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/heapoverflow-ppp_hdlc_if_print.out | 2 | ||||
-rw-r--r-- | tests/pktap-heap-overflow.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/heapoverflow-ppp_hdlc_if_print.out b/tests/heapoverflow-ppp_hdlc_if_print.out index bce95263..0c60bf55 100644 --- a/tests/heapoverflow-ppp_hdlc_if_print.out +++ b/tests/heapoverflow-ppp_hdlc_if_print.out @@ -1 +1 @@ - 1 05:27:12.808464432 [|ppp_hdlc_if] + 1 05:27:12.808464432 [|ppp_hdlc] diff --git a/tests/pktap-heap-overflow.out b/tests/pktap-heap-overflow.out index 97ca7fca..78c1687a 100644 --- a/tests/pktap-heap-overflow.out +++ b/tests/pktap-heap-overflow.out @@ -1,2 +1,2 @@ 1 05:27:35.808464432 [|pktap] - 2 05:27:12.808595504 [|ppp_hdlc_if] + 2 05:27:12.808595504 [|ppp_hdlc] |