• Cedric Roux's avatar
    T: add -no-bind option to macpdu2wireshark · 2bfb50b5
    Cedric Roux authored
    To be used when you send data to another host.
    
    On the other host, to avoid ICMP traffic about the port
    not being open, do:
    
    ./nc -l -u -p 9999 > /dev/null
    
    You need to restart this command each time you run macpdu2wireshark.
    You can use any other program that will accept UDP packets on the
    port 9999 (default port of macpdu2wireshark, change if you use another
    port of course).
    2bfb50b5
macpdu2wireshark.c 12 KB