mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Revert "base: add support for "raw ip" captures"
This commit is contained in:
parent
52454c7f4c
commit
3808693b97
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) {
|
switch(pcap_if_type) {
|
||||||
case DLT_RAW:
|
case DLT_RAW:
|
||||||
type = ETHERTYPE_IP;
|
|
||||||
break;
|
|
||||||
#ifdef DLT_LOOP
|
#ifdef DLT_LOOP
|
||||||
case DLT_LOOP:
|
case DLT_LOOP:
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue