]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-esp.c
Add printing support for vsockmon devices.
[tcpdump] / print-esp.c
index 151be1d632676efae39856111092180bbbc59603..f182f1623aa978821e0cecb1928ece5aebe4b9f4 100644 (file)
@@ -825,7 +825,7 @@ esp_print(netdissect_options *ndo,
        /*
         * Calculate the length of the ciphertext.  ep points to
         * the beginning of the authentication data/integrity check
-        * value, i.e. right past the end of the ciphertext; 
+        * value, i.e. right past the end of the ciphertext;
         */
        ctlen = ep - ct;