]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vxlan.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-vxlan.c
index 80344634d1a370b31e5841ebb8cc167563be5182..16e08700f7a86c62e9c993821669fb91a01f0a55 100644 (file)
@@ -37,7 +37,7 @@
  *    |R|R|R|R|I|R|R|R|            Reserved                           |
  *    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  *    |                VXLAN Network Identifier (VNI) |   Reserved    |
- *    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
+ *    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  */
 
 void
@@ -45,7 +45,7 @@ vxlan_print(const u_char *bp, u_int len)
 {
     u_int8_t flags;
     u_int32_t vni;
-    
+
     if (len < 8) {
         printf("[|VXLAN]");
         return;