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