Skip to content

Commit

Permalink
Merge pull request #152 from Squiblydoo/main
Browse files Browse the repository at this point in the history
Documentation: Add alternative Wireshark implementation suggestions
  • Loading branch information
john-althouse authored Aug 28, 2024
2 parents 26d978f + be07419 commit acedf93
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wireshark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,26 @@ Add JA4+ to your columns for easy identification and sorting. Go to ```Preferenc

![Config](https://github.com/FoxIO-LLC/ja4/blob/main/wireshark/column-config.png)

Alternatively, they can be added to the preferences by modifiying the user's "preferences" file using a text editor. In the text editor, find the section labeled "User Interface: Columns" and add the following items:
```
"JA4T", "%Cus:ja4.ja4t:0:R",
"JA4TS", "%Cus:ja4.ja4ts:0:R",
"JA4", "%Cus:tls.handshake.ja4:0:R",
"JA4S", "%Cus:ja4.ja4s:0:R",
"JA4H", "%Cus:ja4.ja4h:0:R",
"JA4L", "%Cus:ja4.ja4l:0:R",
"JA4LS", "%Cus:ja4.ja4ls:0:R",
"JA4X", "%Cus:ja4.ja4x:0:R",
"JA4SSH", "%Cus:ja4.ja4ssh:0:R"
```

The preference file is located in the following locations:
#### Windows
%APPDATA%\Wireshark\preferences
#### Mac
~/.config/wireshark/preferences
#### Linux
~/.config/wireshark/preferences

## Licensing
See [Licensing](https://github.com/FoxIO-LLC/ja4/tree/main#licensing) under repo root.

0 comments on commit acedf93

Please sign in to comment.