Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xct.rb #20

Merged
merged 1 commit into from
Jun 27, 2016
Merged

xct.rb #20

merged 1 commit into from
Jun 27, 2016

Commits on Jun 27, 2016

  1. xct.rb

    "Ethernet address 00:00:5e:00:53:00" ether host 00:00:5e:00:53:00
    "Ethernet type 0x0806 (ARP)" ether proto 0x0806
    "No Broadcast and no Multicast" not broadcast and not multicast
    "No ARP" not arp
    "IPv4 only" ip
    "IPv4 address 192.0.2.1" host 192.0.2.1
    "IPv6 only" ip6
    "IPv6 address 2001:db8::1" host 2001:db8::1
    "IPX only" ipx
    "TCP only" tcp
    "UDP only" udp
    "TCP or UDP port 80 (HTTP)" port 80
    "HTTP TCP port (80)" tcp port http
    "No ARP and no DNS" not arp and port not 53
    "Non-HTTP and non-SMTP to/from www.wireshark.org" not port 80 and not port 25 and host www.wireshark.org
    usernamealreadyis authored Jun 27, 2016
    Configuration menu
    Copy the full SHA
    1481af8 View commit details
    Browse the repository at this point in the history