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
/
irda
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
3
-89
/
+89
*
Apply some of the patches from:
Anders Broman
2009-05-13
1
-2
/
+1
*
Fix Win64 compilation problems in the plugins directory.
Gerald Combs
2009-04-16
1
-1
/
+1
*
Disable manifest building for our DLLs. This attempts to fix bug 3272.
Gerald Combs
2009-03-02
1
-3
/
+0
*
add missing mt.exe calls, to include manifest files into exe / dll files
Ulf Lamping
2009-02-02
1
-0
/
+3
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-22
1
-2
/
+2
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
2
-12
/
+11
*
proto_register/proto_reg_handoff; Various small cleanup and bug-fixing
Bill Meier
2008-10-25
4
-7
/
+11
*
Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).
Jeff Morriss
2008-07-29
1
-1
/
+1
*
Add Makefile.common files for epan/dfilter and epan/ftypes.
Guy Harris
2008-07-02
1
-0
/
+3
*
Put printf into a separate "termoutput" API group. For most files,
Guy Harris
2008-07-01
1
-1
/
+1
*
Add support for "API groups" in checkAPIs.pl. Make the "prohibited"
Gerald Combs
2008-06-26
1
-1
/
+1
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-4
/
+4
*
From Anders Broman:
Tomas Kukosa
2008-05-14
1
-1
/
+3
*
Fix some of the Errors/warnings detected by checkapi.
Anders Broman
2008-05-13
1
-1
/
+1
*
Run checkAPI in plugins dir.
Anders Broman
2008-05-08
2
-77
/
+77
*
Make it possible to run checkapi on all plugins trough makefile.nmake
Anders Broman
2008-05-05
1
-0
/
+3
*
Remove the pre-release flag from FILEFLAGS in the resource file.
Jaap Keuter
2008-03-29
1
-2
/
+2
*
Create proper dependancies for plugin.c
Jaap Keuter
2008-03-01
1
-1
/
+2
*
Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.
Stig Bjørlykke
2008-02-27
1
-1
/
+1
*
If we have an SVN revision number, use it as the build number under Windows
Gerald Combs
2008-02-18
1
-1
/
+1
*
Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).
Stig Bjørlykke
2008-02-05
2
-88
/
+87
*
Add .c.obj:: inference rule (to cause "batch compile")
Bill Meier
2007-08-27
1
-0
/
+3
*
Use $(PLUGIN_LDFLAGS) for LDFLAGS.
Guy Harris
2007-05-27
1
-1
/
+1
*
Clean up white space.
Guy Harris
2007-05-27
1
-2
/
+3
*
Get rid of trailing blank lines.
Guy Harris
2007-05-27
1
-1
/
+0
*
Add the make-dissector-reg scripts to the dependency list for each copy
Gerald Combs
2007-04-05
1
-1
/
+1
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-7
/
+7
*
Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
Stephen Fisher
2007-03-23
1
-15
/
+15
*
From Sebastien Tandel:
Stephen Fisher
2007-03-23
1
-1
/
+1
*
Add -Werror when using GCC only to the Makefile.am of the base
Stephen Fisher
2007-03-22
1
-0
/
+4
*
set CFLAGS to block new warnings for all plugins (except for giop and h223, w...
Ulf Lamping
2007-03-21
1
-1
/
+1
*
-Add the compiler version to the plugin resource
Jaap Keuter
2007-02-26
2
-3
/
+5
*
Source code cleanup.
Jaap Keuter
2007-02-09
1
-8
/
+4
*
Serious source code cleanup.
Jaap Keuter
2007-01-04
1
-75
/
+80
*
Call the handoff registration routine proto_reg_handoff_irsir() to avoid
Guy Harris
2007-01-04
1
-3
/
+1
*
clean should also remove generated plugin.c and manifest files
Ulf Lamping
2007-01-03
1
-2
/
+3
*
Add Windows version info resource.
Jaap Keuter
2006-12-19
4
-9
/
+87
*
put every python script name into "" so the call won't fail on Win32 native p...
Ulf Lamping
2006-10-29
1
-1
/
+1
*
remove plugin.c in distlclean
Jörg Mayer
2006-06-02
1
-1
/
+2
*
libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
Gerald Combs
2006-05-31
1
-3
/
+3
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-1
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
5
-8
/
+8
*
"irda", not "ira".
Guy Harris
2006-04-23
1
-3
/
+3
*
Registration routines can't be static - they're called from plugin.c
Guy Harris
2006-04-23
1
-1
/
+1
*
Convert most other plugin dissectors to use the make-dissector-reg
Guy Harris
2006-04-22
5
-55
/
+167
*
Make sure we initialize our iap_conv struct _before_ we go digging
Gerald Combs
2005-08-09
1
-4
/
+4
*
The "proto" argument to "conversation_get_proto_data()" and
Guy Harris
2005-08-09
1
-6
/
+6
*
various code cleanup:
Ulf Lamping
2005-08-08
2
-9
/
+2
*
More 'char*' -> 'const char*' changes to fix warnings.
Jörg Mayer
2005-07-23
1
-2
/
+2
[prev]
[next]