summaryrefslogtreecommitdiff
path: root/pcap-septel.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-septel.c')
-rw-r--r--pcap-septel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcap-septel.c b/pcap-septel.c
index 35f5ec54adac..d4f24576a773 100644
--- a/pcap-septel.c
+++ b/pcap-septel.c
@@ -312,8 +312,7 @@ pcapint_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf)
pcap_t *
pcapint_create_interface(const char *device, char *errbuf)
{
- snprintf(errbuf, PCAP_ERRBUF_SIZE,
- "This version of libpcap only supports Septel cards");
+ snprintf(errbuf, PCAP_ERRBUF_SIZE, PCAP_ENODEV_MESSAGE, "Septel");
return (NULL);
}