Wireshark dissector for Pro DJ Link protocol
3
fork

Configure Feed

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

add more mappings for menu request types

Stella 059e62d5 92f8ccf1

+4
+4
pro_dj_link.lua
··· 85 85 [0x1101] = "ArtistsForGenre", 86 86 [0x1102] = "AlbumsForArtist", 87 87 [0x1103] = "GetTrackList", 88 + [0x1114] = "DistancesForKey", 89 + [0x1214] = "TracksNearKey", 88 90 [0x1300] = "Search", 89 91 [0x1301] = "TracksForGenreArtistAlbum", 90 92 [0x2006] = "Folder", 91 93 [0x1105] = "GetTrackCount", 94 + [0x1106] = "BPM Distances", 95 + [0x1206] = "TracksForBpmRange", 92 96 [0x5105] = "TrackCountResponse", 93 97 [0x5103] = "TrackListResponse", 94 98 }