diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
commit | 7af43d5db0d9e4000f64a9bdd2064d56f1fb1e92 (patch) | |
tree | 2529fc9a9aaf324c8f6373b3ea81053e6e9711e3 /pcap-common.c | |
parent | a085f93daf543a53cabdfbeca81c54cd010b8023 (diff) |
Clean up some whitespaces
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 |