diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-15 10:47:49 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-02-15 11:36:27 +0100 |
commit | 2fc56d52c714f048ed3ecbfb1db3ea986cbd20b9 (patch) | |
tree | 8823d92d77552b0c51be8efca59e4644cb9551d9 /pcap/dlt.h | |
parent | 38e80701e641c882c73964320cbd8e4f726bc97d (diff) |
Fix spaces before tabs in indentation
Diffstat (limited to 'pcap/dlt.h')
-rw-r--r-- | pcap/dlt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,7 +110,7 @@ * From a quick look at sys/net/if_hippi.h and sys/net/if_hippisubr.c * in an older version of NetBSD , the header appears to be: * - * a 1-byte ULP field (ULP-id)? + * a 1-byte ULP field (ULP-id)? * * a 1-byte flags field; * @@ -1292,7 +1292,7 @@ * which is stored with each packet: * * EXP_PDU_TAG_DISSECTOR_NAME the name of the Wireshark dissector - * that can make sense of the data stored. + * that can make sense of the data stored. * * EXP_PDU_TAG_HEUR_DISSECTOR_NAME the name of the Wireshark heuristic * dissector that can make sense of the |