From 2fd087001db4c9d6a9a307f73317a0d379d8074d Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 27 Feb 2023 11:24:46 +0100 Subject: Rename a test. The protocol is IEEE 802.11 --- tests/TESTLIST | 2 +- tests/ieee802.11_parse_elements_oobr.out | 1 + tests/ieee802.11_parse_elements_oobr.pcap | Bin 0 -> 295 bytes tests/oobr_parse_elements.out | 1 - tests/oobr_parse_elements.pcap | Bin 295 -> 0 bytes 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tests/ieee802.11_parse_elements_oobr.out create mode 100644 tests/ieee802.11_parse_elements_oobr.pcap delete mode 100644 tests/oobr_parse_elements.out delete mode 100644 tests/oobr_parse_elements.pcap diff --git a/tests/TESTLIST b/tests/TESTLIST index e14099aa..f8d6ab63 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -601,7 +601,7 @@ isakmp-rfc3948-oobr isakmp-rfc3948-oobr.pcap isakmp-rfc3948-oobr.out isoclns-oobr isoclns-oobr.pcap isoclns-oobr.out nfs-attr-oobr nfs-attr-oobr.pcap nfs-attr-oobr.out decnet-oobr decnet-oobr.pcap decnet-oobr.out -oobr_parse_elements oobr_parse_elements.pcap oobr_parse_elements.out +ieee802.11_parse_elements_oobr ieee802.11_parse_elements_oobr.pcap ieee802.11_parse_elements_oobr.out hoobr_ripng_print hoobr_ripng_print.pcap hoobr_ripng_print.out hoobr_juniper hoobr_juniper.pcap hoobr_juniper.out hoobr_juniper2 hoobr_juniper2.pcap hoobr_juniper2.out diff --git a/tests/ieee802.11_parse_elements_oobr.out b/tests/ieee802.11_parse_elements_oobr.out new file mode 100644 index 00000000..1f4d2ce2 --- /dev/null +++ b/tests/ieee802.11_parse_elements_oobr.out @@ -0,0 +1 @@ + 1 05:27:12.808464432 Beacon IBSS, PRIVACY [|802.11] diff --git a/tests/ieee802.11_parse_elements_oobr.pcap b/tests/ieee802.11_parse_elements_oobr.pcap new file mode 100644 index 00000000..560317ed Binary files /dev/null and b/tests/ieee802.11_parse_elements_oobr.pcap differ diff --git a/tests/oobr_parse_elements.out b/tests/oobr_parse_elements.out deleted file mode 100644 index 1f4d2ce2..00000000 --- a/tests/oobr_parse_elements.out +++ /dev/null @@ -1 +0,0 @@ - 1 05:27:12.808464432 Beacon IBSS, PRIVACY [|802.11] diff --git a/tests/oobr_parse_elements.pcap b/tests/oobr_parse_elements.pcap deleted file mode 100644 index 560317ed..00000000 Binary files a/tests/oobr_parse_elements.pcap and /dev/null differ -- cgit v1.2.1