index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dfilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that FT_BOOLEAN display filter fields are treated differently (only
Gilbert Ramirez
1999-08-30
1
-62
/
+1
*
Fixed problem with not being able to filt on field values.
Gilbert Ramirez
1999-08-30
1
-2
/
+1
*
Removed from the display filter/proto_tree code the assumption that
Gilbert Ramirez
1999-08-29
1
-32
/
+22
*
The dfilter yacc grammar now keeps track of every GNode that it allocates.
Gilbert Ramirez
1999-08-26
1
-10
/
+60
*
Correctly set global_df->dftree to NULL after a bad parse.
Gilbert Ramirez
1999-08-25
1
-10
/
+4
*
Changed some symbols inside parser, fixed default error message in
Gilbert Ramirez
1999-08-20
1
-2
/
+2
*
Include "snprintf.h" if necessary, to squelch some "gcc -Wall"
Guy Harris
1999-08-20
1
-1
/
+10
*
Enabled error reporting for bad ETHER values in display filters. A new
Gilbert Ramirez
1999-08-20
1
-7
/
+28
*
Made handling of byte strings in scanner and parser much simpler,
Gilbert Ramirez
1999-08-20
1
-1
/
+7
*
Modified YACC grammar to use non-yy symbols, to avoid conflicts with
Gilbert Ramirez
1999-08-14
1
-5
/
+6
*
Moved global memory alloction used in display filters (which was stored
Gilbert Ramirez
1999-08-13
1
-33
/
+85
*
Create a "dfilter-int.h" file, containing stuff used internally to the
Guy Harris
1999-08-12
1
-1
/
+2
*
Fixed two bugs in display filter parsing.
Gilbert Ramirez
1999-08-12
1
-3
/
+3
*
Removed the "exists" keyword from the grammar. The name of a protocol or a
Gilbert Ramirez
1999-08-03
1
-31
/
+8
*
Changed the display filter scanner from GLIB's GScanner to lex. The code
Gilbert Ramirez
1999-08-01
1
-162
/
+54
*
When you hit <Return> in the text entry box for the display filter,
Guy Harris
1999-07-11
1
-1
/
+4
*
Put the XOR logic in place, where previously I had left an inclusive-OR
Gilbert Ramirez
1999-07-08
1
-8
/
+10
*
"const"ifty some function arguments and structure members, and "#if 0"
Guy Harris
1999-07-07
1
-11
/
+11
*
Created a new protocol tree implementation and a new display filter
Gilbert Ramirez
1999-07-07
1
-0
/
+806