반응형
지금은 사용하고 있지 않지만...
예전에 많이 썻던 wire shark. wireshark.org에 들어가면 자세히 나왔지만 편하게 찾기 위해서 여기에 정리해 놓아야 겠다.
| ||
DISPLAY FILTER | EXPLANATION | EXAMPLE |
eth.addr | source or destination mac-address | eth.addr == 00:1a:6b:ce:fc:bb |
eth.src | source mac-address | eth.src == 00:1a:6b:ce:fc:bb |
eth.dst | destination mac-address | eth.dst == 00:1a:6b:ce:fc:bb |
arp.dst.hw_mac | target mac-address | arp.dst.hw_mac == 00:1a:6b:ce:fc:bb |
arp.dst.proto_ipv4 | target IPv4 address | arp.dst.proto_ipv4 == 10.10.10.10 |
arp.src.hw_mac | sender mac-address | arp.src.hw_mac == 00:1a:6b:ce:fc:bb |
arp.src.proto_ipv4 | sender IPv4 address | arp.src.proto_ipv4 == 10.10.10.10 |
vlan.id | vlan ID | vlan.id == 16 |
ip.addr | source or destination IPv4 address | ip.addr == 10.10.10.10 |
ip.dst | destination IPv4 address | ip.addr == 10.10.10.10 |
ip.src | source IPv4 address | ip.src == 10.10.10.10 |
ip.proto | IP protocol (decimal) | ip.proto == 1 |
ipv6.addr | source or destination IPv6 address | ipv6.addr == 2001::5 |
ipv6.src | source IPv6 address | ipv6.addr == 2001::5 |
ipv6.dst | destination IPv6 address | ipv6.dst == 2001::5 |
tcp.port | source or destination TCP port | tcp.port == 20 |
tcp.dstport | destination TCP port | tcp.dstport == 80 |
tcp.srcport | source TCP port | tcp.srcport == 60234 |
udp.port | source or destination UDP port | udp.port == 513 |
udp.dstport | destination UDP port | udp.dstport == 513 |
udp.srcport | source UDP port | udp.srcport == 40000 |
fr.dlci | Frame-Relay DLCI number | fr.dlci == 112 |
icmp.type | ICMP type code (decimal) | icmp.type == 8 |
vtp.vlan_info.vlan_name | VLAN name | vtp.vlan_info.vlan_name == TEST |
bgp.originator_id | BGP id (IPv4 address) | bgp.originator_id == 192.168.10.15 |
bgp.next_hop | BGP Next Hop (IPv4 address) | bgp.next_hop == 192.168.10.15 |
rip.ip | RIP IPv4 address | rip.ip == 200.0.2.0 |
ospf.advrouter | OSPF advertising router ID | ospf.advrouter == 192.168.170.8 |
eigrp.as | EIGRP autonomous system number | eigrp.as == 100 |
hsrp.virt_ip | HSRP virtual IP address | hsrp.virt_ip == 192.168.23.250 |
vrrp.ip_addr | VRRP virtual IP address | vrrp.ip_addr == 192.168.23.250 |
zebra.dest4 | ZEBRA destination IPv4 address | zebra.dest4 == 10.10.10.10 |
wlan.addr | source or destination MAC address | wlan.addr == 00:1a:6b:ce:fc:bb |
wlan.sa | source MAC address | wlan.sa == 00:1a:6b:ce:fc:bb |
wlan.da | destination MAC address | wlan.da == 00:1a:6b:ce:fc:bb |
반응형
'QA Engineering > End to End Test' 카테고리의 다른 글
Sample Contats 100 (0) | 2018.10.26 |
---|---|
local.properties 변경 for Local Test (0) | 2018.03.09 |
단말 GPU Framework information shell 명령어 (0) | 2018.02.06 |
push test 도중 메시지를 못 받는 경우 (0) | 2018.02.06 |
MMS db를 외부에 저장하기 -고전- (0) | 2018.02.05 |