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
/
plugins
/
mate
/
mate_parser.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Add source tree subfolder for plugin library
João Valverde
2018-01-16
1
-404
/
+0
*
Disable flex-generated [-Wsign-compare] warnings
João Valverde
2017-09-19
1
-0
/
+4
*
Clean up MateParser routine declarations.
Guy Harris
2017-05-10
1
-8
/
+2
*
Consistently call mate_config pointers "mc".
Guy Harris
2017-04-17
1
-1
/
+1
*
Include config.h at the very beginning of all Flex scanners.
Guy Harris
2016-12-02
1
-0
/
+5
*
Make the Flex scanners and YACC parser in libraries reentrant.
Guy Harris
2016-04-03
1
-110
/
+165
*
Use noyywrap rather than defining our own yywrap functions.
Guy Harris
2015-12-05
1
-11
/
+5
*
Removed some remaining svn Id tags
Stig Bjørlykke
2015-12-01
1
-2
/
+0
*
Don't include io.h in Flex scanners - they're not interactive.
Guy Harris
2015-11-06
1
-1
/
+1
*
plugins/mate: fix some memleaks
Peter Wu
2015-06-29
1
-7
/
+10
*
Mate: Fix indent (use tabs)
Alexis La Goutte
2014-11-24
1
-6
/
+6
*
From beroset:
Bill Meier
2013-03-21
1
-3
/
+3
*
Add %option noinput to a bunch of Flex files, as we aren't using the
Guy Harris
2013-02-10
1
-0
/
+5
*
Fix a typo in an error message.
Bill Meier
2012-01-16
1
-1
/
+1
*
mate_grammar.lemon:
Jörg Mayer
2011-08-07
1
-2
/
+2
*
Replace all strerror() with g_strerror().
Stig Bjørlykke
2011-06-28
1
-2
/
+2
*
luis.ontanon@gmail.com => luis@ontanon.org
Luis Ontanon
2008-08-05
1
-1
/
+1
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-36
/
+36
*
g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...
Bill Meier
2008-05-11
1
-3
/
+3
*
Bug 2493: Fix (Part 3 of 3):
Bill Meier
2008-04-25
1
-1
/
+7
*
Bug 2493: Fix (Part 2):
Bill Meier
2008-04-25
1
-5
/
+18
*
In glib 2.16 g_malloc Changed from:
Anders Broman
2008-03-21
1
-0
/
+4
*
s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).
Jeff Morriss
2007-10-17
1
-2
/
+4
*
Add a script as a front-end for Flex, to work around various problems,
Guy Harris
2007-08-04
1
-0
/
+1
*
Add comments to various %option items to explain what they're doing.
Guy Harris
2007-07-30
1
-1
/
+17
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Mark coverity CID 117 as a false positive.
Luis Ontanon
2006-03-11
1
-0
/
+2
*
- add Debug and Default declarations.
Luis Ontanon
2005-12-12
1
-1
/
+8
*
Make the private variables for various lexical analyzers static, so
Guy Harris
2005-09-22
1
-5
/
+5
*
Make a variable whose value might be trashed by setjmp/longjmp
Guy Harris
2005-08-06
1
-1
/
+1
*
Squelch a warning about "state" being used uninitialized.
Guy Harris
2005-08-05
1
-2
/
+1
*
More 'char*' -> 'const char*' changes to fix warnings.
Jörg Mayer
2005-07-23
1
-1
/
+1
*
Fix the Id tag
Luis Ontanon
2005-05-20
1
-1
/
+1
*
- change the state label OUT to OUTSIDE to avoid a name collision with a macr...
Luis Ontanon
2005-05-17
1
-67
/
+67
*
MATE has a grammar.
Luis Ontanon
2005-05-16
1
-0
/
+296