]> The Tcpdump Group git mirrors - tcpdump/commitdiff
More comments.
authorGuy Harris <[email protected]>
Sun, 19 Oct 2014 20:46:22 +0000 (13:46 -0700)
committerGuy Harris <[email protected]>
Sun, 19 Oct 2014 20:46:22 +0000 (13:46 -0700)
netdissect.h

index 0fb895043db0c3a222a07f6cbf531657c4e01e8d..a554eae2cafeeef639bc33804eb097601b54a778 100644 (file)
@@ -281,7 +281,10 @@ extern int fn_printn(netdissect_options *, const u_char *, u_int, const u_char *
 extern int fn_printzp(netdissect_options *, const u_char *, u_int, const u_char *);
 extern const char *tok2str(const struct tok *, const char *, int);
 
-#define RESP_CODE_SECOND_TOKEN 0x00000001
+/*
+ * Flags for txtproto_print().
+ */
+#define RESP_CODE_SECOND_TOKEN 0x00000001      /* response code is second token in response line */
 
 extern void txtproto_print(netdissect_options *, const u_char *, u_int,
     const char *, const char **, u_int);