wireshark/epan/dfilter
Guy Harris f7b50ca754 From Joerg Mayer:
* gcc 3.0 warning fixes:
  - text2pcap.c: The number of characters to scan should probably not be 0
  - wiretap/csids.c: using preincrement on a variable used on both
    sides of an assignment might be undefined by the C99(?) standard
 * turn on additional warnings for epan and wiretap too
  - epan/configure.in
  - wiretap/configure.in
 * Fix some warnings (missing includes, signed/unsigned, missing
    initializers) found by turning on the warnings
  - all other files :-)

svn path=/trunk/; revision=3709
2001-07-13 00:55:58 +00:00
..
.cvsignore Add some win32-specific targets in .cvsignore's. 2001-03-06 13:08:13 +00:00
Makefile.am Move version to 0.8.16. 2001-03-05 22:53:41 +00:00
Makefile.nmake The Win32 build builds wiretap as a DLL and requires WinPcap 2.1. 2001-03-23 02:05:29 +00:00
dfilter-int.h More prototype fun - make the Lemon parser allocate and free routines 2001-02-15 06:22:46 +00:00
dfilter.c From Joerg Mayer: 2001-07-13 00:55:58 +00:00
dfilter.h Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
dfvm.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
dfvm.h Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
drange.c Enable slices of [i-j], where i is start offset and j is end offset, 2001-03-02 17:04:25 +00:00
drange.h Enable slices of [i-j], where i is start offset and j is end offset, 2001-03-02 17:04:25 +00:00
gencode.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
gencode.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
glib-util.c Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
glib-util.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
grammar.lemon Support CIDR notation in IPv4 address filtering. 2001-06-22 16:29:15 +00:00
scanner.l Support CIDR notation in IPv4 address filtering. 2001-06-22 16:29:15 +00:00
semcheck.c Enable slices of [i-j], where i is start offset and j is end offset, 2001-03-02 17:04:25 +00:00
semcheck.h Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
sttype-integer.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
sttype-pointer.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
sttype-range.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
sttype-range.h Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
sttype-string.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
sttype-test.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
sttype-test.h Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
syntax-tree.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
syntax-tree.h Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00