aboutsummaryrefslogtreecommitdiff
path: root/lpcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpcap.h')
-rw-r--r--lpcap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpcap.h b/lpcap.h
index c0a0e38..d762fdc 100644
--- a/lpcap.h
+++ b/lpcap.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpcap.h,v 1.1 2013/03/21 20:25:12 roberto Exp $ 2** $Id: lpcap.h,v 1.2 2015/02/27 17:13:17 roberto Exp $
3*/ 3*/
4 4
5#if !defined(lpcap_h) 5#if !defined(lpcap_h)
@@ -18,7 +18,7 @@ typedef enum CapKind {
18 18
19typedef struct Capture { 19typedef struct Capture {
20 const char *s; /* subject position */ 20 const char *s; /* subject position */
21 short idx; /* extra info about capture (group name, arg index, etc.) */ 21 unsigned short idx; /* extra info (group name, arg index, etc.) */
22 byte kind; /* kind of capture */ 22 byte kind; /* kind of capture */
23 byte siz; /* size of full capture + 1 (0 = not a full capture) */ 23 byte siz; /* size of full capture + 1 (0 = not a full capture) */
24} Capture; 24} Capture;