Wireshark dissector for Pro DJ Link protocol
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

add recommendation for nfs filter

Stella 06b79007 8c4821ff

+11 -1
+11 -1
README.md
··· 30 30 pdjl 31 31 ``` 32 32 33 + #### All Relevant Traffic 34 + 35 + this filter is **highly recommended**, as it shows everything in a reasonbly clean view. can be noisy, but provides the full picture. 36 + 37 + we add the `nfs` filter because players share files betwen each other using NFSv2, which wireshark has a built-in dissector for. 38 + 39 + ``` 40 + pdjl || nfs 41 + ``` 42 + 33 43 #### Pro DJ Link traffic (without database / menu) 34 44 ``` 35 - pdjl && udp 45 + pdjl && udp 36 46 ``` 37 47 38 48 #### Pro DJ Link database / menu traffic