Howto:Record, analyze and replay multiplayer flights with network tools: Difference between revisions

Jump to navigation Jump to search
m
Line 25: Line 25:


we start Wireshark, then select the network interface used, and finally set a filter and apply it, eg:
we start Wireshark, then select the network interface used, and finally set a filter and apply it, eg:
  udp && udp.dstport == 5000 && !(icmp.type)
  udp.dstport == 5000 && !(icmp.type)


finally, we stop the capture and save the file as a .cap.
finally, we stop the capture and save the file as a .cap.
434

edits

Navigation menu