]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
IP packet information printing from NFLOG packet
[tcpdump] / print-tcp.c
index 5f13fae1b57af18a823a0023f63fe11649c3589c..032001d1564c88cac98746b47dd39228e882409f 100644 (file)
@@ -671,6 +671,8 @@ tcp_print(register const u_char *bp, register u_int length,
 #endif
         else if (sport == BEEP_PORT || dport == BEEP_PORT)
                 beep_print(bp, length);
+        else if (sport == OPENFLOW_PORT || dport == OPENFLOW_PORT)
+                openflow_print(bp, length);
         else if (length > 2 &&
                  (sport == NAMESERVER_PORT || dport == NAMESERVER_PORT ||
                   sport == MULTICASTDNS_PORT || dport == MULTICASTDNS_PORT)) {