Skip to content

Commit

Permalink
cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 8, 2024
1 parent e8309a6 commit b58f031
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ implementation("com.jasonernst.packetdumper:packetdumper:<version>")

### pcapng tcp server
This will start a TCP server on port 19000 that will accept connections from wireshark as follows:

`wireshark -k -i TCP@<ip>:19000`

```kotlin
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b58f031

Please sign in to comment.