User Tools

Site Tools


packet:wireshark

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:wireshark [2026/02/20 15:20] – [AXUDP and AXTCP] Add scripts 2m0mqnpacket:wireshark [2026/02/20 15:27] (current) – [Introduction] 2m0mqn
Line 1: Line 1:
 ====== Introduction ====== ====== Introduction ======
  
-Wireshark is a useful tool for capturing and analysing network traffic. Out of the box it supports numerous protocols including AX.25, and can be extended to decipher many more, +[[https://www.wireshark.org/Wireshark]] is a useful tool for capturing and analysing network traffic. Out of the box it supports numerous protocols including AX.25, and can be extended to decipher many more, 
  
 ====== AXUDP and AXTCP ====== ====== AXUDP and AXTCP ======
Line 7: Line 7:
 In order to handle encapsulated AX.25 it's necessary to use a small script to tell Wireshark which ports it should expect to find traffic on, and to decipher it. In order to handle encapsulated AX.25 it's necessary to use a small script to tell Wireshark which ports it should expect to find traffic on, and to decipher it.
  
 +Either or both of these scripts can be installed in the Wireshark [[https://www.wireshark.org/docs/wsug_html/#ChPluginFolders|Personal Plugin Folder]].
 +
 +The ''udp_table:add'' or ''tcp_table:add'' lines can be repeated to process traffic on additional ports.
 ===== ax25-udp.lua ===== ===== ax25-udp.lua =====
  
Line 75: Line 78:
 -- register AX.25 to handle tcp port -- register AX.25 to handle tcp port
 tcp_table:add( 10093, proto_ax25 ) tcp_table:add( 10093, proto_ax25 )
- 
- 
--- register AX.25 to handle tcp port 
--- tcp_table:add( 35272, proto_ax25 ) 
  
 </code> </code>
packet/wireshark.1771600830.txt.gz · Last modified: by 2m0mqn