]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / netdissect.h
index 0d996854b2ffa879583ac0304ade6ac27ccd2328..365b4b95895dd0af37aaf1ce894121d14d97fbb4 100644 (file)
@@ -182,6 +182,7 @@ struct netdissect_options {
                                 * LF, CR and SPACE as graphical chars
                                 */
   int ndo_Hflag;               /* dissect 802.11s draft mesh standard */
+  const char *ndo_protocol;    /* protocol */
   void *ndo_last_mem_p;                /* pointer to the last allocated memory chunk */
   int ndo_packet_number;       /* print a packet number in the beginning of line */
   int ndo_suppress_default_print; /* don't use default_print() for unknown packet types */