Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
carlosvega authored Aug 29, 2023
1 parent 4f33cd7 commit 451b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTTPanalyzer

An HTTP dissector able to process traffic from PCAP files or straight from the interface at 10Gbps and more thanks to a technique which avoids the reassembly of the underlying TCP connection, mathing the first packet of the HTTP request and the first packet of the HTTP response, disregarding the rest of the connection. Also, thanks to a new hash function (eq 2), we are able to match these 2 packets into a HTTP transaction, avoiding heavy hitter issues seen with traditional hash functions (eq 1). This HTTP dissector is been implemented in C language. The provided output format is the following:
An HTTP dissector able to process traffic from PCAP files or straight from the interface at 10Gbps and more thanks to a technique which avoids the reassembly of the underlying TCP connection, matching the first packet of the HTTP request and the first packet of the HTTP response, disregarding the rest of the connection. Also, thanks to a new hash function (eq 2), we are able to match these 2 packets into a HTTP transaction, avoiding heavy hitter issues seen with traditional hash functions (eq 1). This HTTP dissector is been implemented in C language. The provided output format is the following:

```
client IP; client port; server IP; server port; request timestamp;
Expand Down

0 comments on commit 451b487

Please sign in to comment.