From cf7e7755facbe79fcd8c6064359e5422954a79c8 Mon Sep 17 00:00:00 2001 From: adrcs Date: Mon, 12 May 2025 17:41:47 -0600 Subject: [PATCH] Delete Wireshark/Read.Me --- Wireshark/Read.Me | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Wireshark/Read.Me diff --git a/Wireshark/Read.Me b/Wireshark/Read.Me deleted file mode 100644 index f352b88..0000000 --- a/Wireshark/Read.Me +++ /dev/null @@ -1,17 +0,0 @@ -This folder contains files for wireshark and Notepad++ to facilitate -ethernet development and debugging. - -The two files, IP400.wsgd and IP400.fdesc, are scripts for the wireshark generic dissector that -recognizes IP400 packet formats. It will be added to as time goes on. - -To install them, you will first need to install the generic dissector. See the instructions from -the author at http://wsgd.free.fr/installation.html. Place these two files in the same directory -as the dissector to start viewing packets. - -If they are being interpreted as something different, then disable the protocol that is being -used instead. You can always enable it again later. - -The xml file is a custom language interpreter for notepad++, which does syntax highlighting -for dissector scripts. Open the user defined language folder under the 'Language' menu, and place -this file in there. -