Deleted Added
full compact
pcap-usb-linux.h (214518) pcap-usb-linux.h (251129)
1/*
2 * Copyright (c) 2006 Paolo Abeni (Italy)
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 22 unchanged lines hidden (view full) ---

31 * By Paolo Abeni <paolo.abeni@email.it>
32 *
33 * @(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.h,v 1.5 2008-04-04 19:37:45 guy Exp $ (LBL)
34 */
35
36/*
37 * Prototypes for USB-related functions
38 */
1/*
2 * Copyright (c) 2006 Paolo Abeni (Italy)
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 22 unchanged lines hidden (view full) ---

31 * By Paolo Abeni <paolo.abeni@email.it>
32 *
33 * @(#) $Header: /tcpdump/master/libpcap/pcap-usb-linux.h,v 1.5 2008-04-04 19:37:45 guy Exp $ (LBL)
34 */
35
36/*
37 * Prototypes for USB-related functions
38 */
39int usb_platform_finddevs(pcap_if_t **alldevsp, char *err_str);
40pcap_t *usb_create(const char *device, char *ebuf);
39int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
40pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);