diff options
Diffstat (limited to 'pcap-common.c')
-rw-r--r-- | pcap-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-common.c b/pcap-common.c index 47a0f01a..84c90e2b 100644 --- a/pcap-common.c +++ b/pcap-common.c @@ -1301,7 +1301,7 @@ linktype_to_dlt(int linktype) * Return the maximum snapshot length for a given DLT_ value. * * For most link-layer types, we use MAXIMUM_SNAPLEN. - * + * * For DLT_DBUS, the maximum is 134217728, as per * * https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages |