libpcap: update to 1.10.0
Simplify cmake option handling by putting everything in blocks. Add openssl patch as there's no easy way to disable. Rebase the skip manpages patch. Remove the monitor mode patch as it no longer applies. Remove flex patch as normal Makefile is no longer used. Remove USB path patch. While it is deprecated, the codepath is never taken. /sys/bus/usb/devices is checked before hand. If it exists, the function does stuff and returns. Additionally, this path is used elsewhere in the code. Refresh other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
		 Rosen Penev
					Rosen Penev
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							d0d5fcada9
						
					
				
				
					commit
					b77f21c98a
				
			| @@ -1,6 +1,6 @@ | ||||
| --- a/pcap-common.c | ||||
| +++ b/pcap-common.c | ||||
| @@ -1570,14 +1570,23 @@ swap_pseudo_headers(int linktype, struct | ||||
| @@ -1662,14 +1662,23 @@ swap_pseudo_headers(int linktype, struct | ||||
|  		break; | ||||
|   | ||||
|  	case DLT_USB_LINUX: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user