From b58f031894d2412bbbb948a826f5dec6d528664e Mon Sep 17 00:00:00 2001 From: Jason Ernst Date: Thu, 8 Aug 2024 12:40:47 -0700 Subject: [PATCH] cleanup readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 90eb937..db36880 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ implementation("com.jasonernst.packetdumper:packetdumper:") ### pcapng tcp server This will start a TCP server on port 19000 that will accept connections from wireshark as follows: + `wireshark -k -i TCP@:19000` ```kotlin @@ -69,16 +70,6 @@ val hexString = dumper.dumpBufferToString(buffer, 0, buffer.limit(), true, Ether println(hexString) ``` -## Currently supports: -- [x] Basic buffer dumping capabilities to: -- [x] hexdump stdout -- [x] hexdump file (wireshark import compatible) -- [x] hexdump string (for debugging) -- [x] hexdump to slf4j logger -- [x] pcapng file writing -- [x] pcapng tcp server writing -- [x] Tests + CI integration - ## TODO - [ ] Release on Maven Central - [ ] Support options for pcap blocks