s3un9m1n / pcap-test

0 stars 0 forks source link

next pdu의 확인 코드 추가 #1

Open snoopspy opened 4 years ago

snoopspy commented 4 years ago

Ethernet header 다음에 IP header가 오는지(Ethrnet 다음에는 IPv6, ARP 등이 올 수도 있음) IP header 다음에 TCP header가 오는지(IP 다음에는 ICMP, UDP 등이 올 수도 있음) 확인하는 코드가 없습니다.

s3un9m1n commented 4 years ago

done in https://github.com/Pseung-min/pcap-test/issues/1