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