mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Merge pull request #93 from adulau/revert-88-raw-ip
Revert "base: add support for "raw ip" captures"
This commit is contained in:
commit
ec887fb6c3
1 changed files with 0 additions and 2 deletions
|
@ -205,8 +205,6 @@ void pcap_cb(u_char *ptr, const struct pcap_pkthdr *hdr, const u_char *data) {
|
|||
|
||||
switch(pcap_if_type) {
|
||||
case DLT_RAW:
|
||||
type = ETHERTYPE_IP;
|
||||
break;
|
||||
#ifdef DLT_LOOP
|
||||
case DLT_LOOP:
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue