aboutsummaryrefslogtreecommitdiff
path: root/pcap-septel.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2016-06-30 14:10:54 +0100
committerDenis Ovsienko <denis@ovsienko.info>2016-06-30 14:19:10 +0100
commitf9e8924f56bcd908cf1c0a1731286b1451716ba5 (patch)
treec090bc2851c01cdb17edfd863d51b7655f1c1487 /pcap-septel.c
parentc34bdce33cb313aa5955529cf901c8b4ad2ae197 (diff)
make more pcap_create_common() fixes
* CAN bus over USB on Linux * DAG * D-Bus * Septel * SNF * TurboCap
Diffstat (limited to 'pcap-septel.c')
-rw-r--r--pcap-septel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-septel.c b/pcap-septel.c
index 2d23b9c0..8e0b4a33 100644
--- a/pcap-septel.c
+++ b/pcap-septel.c
@@ -232,7 +232,7 @@ pcap_t *septel_create(const char *device, char *ebuf, int *is_ours) {
/* OK, it's probably ours. */
*is_ours = 1;
- p = pcap_create_common(device, ebuf, sizeof (struct pcap_septel));
+ p = pcap_create_common(ebuf, sizeof (struct pcap_septel));
if (p == NULL)
return NULL;