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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize a couple of variables to prevent a couple (false, I think) "could ...
Jeff Morriss
2007-07-25
1
-2
/
+4
*
fix unused parameter warning by adding _U_
Ulf Lamping
2007-07-25
1
-1
/
+1
*
from HPfrommer@hilscher.com:
Ulf Lamping
2007-07-24
1
-35
/
+57
*
remove ProvCRID from expert info output, so the composite view is more compact
Ulf Lamping
2007-07-23
1
-1
/
+1
*
add dissection of blocks:
Ulf Lamping
2007-07-23
1
-1
/
+83
*
(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
Bill Meier
2007-06-03
1
-1
/
+1
*
Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
Guy Harris
2007-05-29
3
-17
/
+17
*
Add some casts to fix my build.
Martin Mathieson
2007-05-29
1
-7
/
+8
*
From David Howells :
Sebastien Tandel
2007-05-29
1
-1
/
+1
*
Use $(PLUGIN_LDFLAGS) for LDFLAGS.
Guy Harris
2007-05-27
20
-20
/
+20
*
Clean up white space.
Guy Harris
2007-05-27
21
-41
/
+60
*
Get rid of trailing blank lines.
Guy Harris
2007-05-27
19
-19
/
+0
*
Use tvb_reported_length() to get the amount of data we should look at;
Guy Harris
2007-05-27
45
-180
/
+180
*
Clean up white space.
Guy Harris
2007-05-27
2
-3
/
+3
*
Include wimax_tlv.h the same way packet-m2m.c does.
Guy Harris
2007-05-27
1
-1
/
+1
*
wmxtypes.h is part of the m2m plugin, not the wimax plugin.
Guy Harris
2007-05-27
1
-2
/
+1
*
Squelch some unused parameter warnings.
Guy Harris
2007-05-26
7
-14
/
+14
*
Flag some parameters as unused.
Guy Harris
2007-05-26
1
-3
/
+3
*
Get rid of unused parameter.
Guy Harris
2007-05-26
1
-4
/
+4
*
Convert to the new style of building plugins; hopefully this'll fix the
Guy Harris
2007-05-26
6
-56
/
+308
*
Missing bits and fixes to get the buildbot green again.
Graeme Lunt
2007-05-26
3
-12
/
+74
*
Get rid of another item that's now handled automatically.
Guy Harris
2007-05-26
1
-6
/
+0
*
Get rid of the old-style plugin registration stuff.
Guy Harris
2007-05-26
1
-18
/
+0
*
Go with a Makefile.common as other plugins have, and tweak the
Guy Harris
2007-05-26
3
-13
/
+198
*
From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.
Gerald Combs
2007-05-25
65
-2
/
+39147
*
Trivial warning fixes:
Jörg Mayer
2007-05-22
4
-4
/
+4
*
"make maintainer-clean" cleans up everything that "make distclean" does;
Guy Harris
2007-05-22
1
-3
/
+0
*
Make files more generic.
Jaap Keuter
2007-05-21
16
-18
/
+18
*
from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
Ulf Lamping
2007-05-16
9
-33
/
+123
*
from Gerhard Gappmeier:
Ulf Lamping
2007-05-15
9
-29
/
+14
*
remove generated file
Ulf Lamping
2007-05-15
1
-26
/
+0
*
add the list of DISSECTOR_INCLUDES
Ulf Lamping
2007-05-15
1
-0
/
+12
*
add svn properties for dir and files
Ulf Lamping
2007-05-15
25
-4682
/
+4682
*
Quote the path to make-dissector-reg.py.
Gerald Combs
2007-05-14
1
-1
/
+1
*
from Gerhard Gappmeier (ascolab):
Ulf Lamping
2007-05-14
31
-0
/
+7268
*
Start introducing actx to ber functions.
Anders Broman
2007-05-06
2
-1
/
+45
*
Split out common asn1 stuff to asn1.h and include that where needed.
Anders Broman
2007-05-01
1
-0
/
+1
*
move ipsec to DISSECTOR_SRC
Sebastien Tandel
2007-04-14
2
-2
/
+2
*
remove "treat warnings as errors" barrier for every repo containing code
Sebastien Tandel
2007-04-14
1
-4
/
+0
*
add dissection of PortTime
Ulf Lamping
2007-04-10
1
-10
/
+51
*
Add the make-dissector-reg scripts to the dependency list for each copy
Gerald Combs
2007-04-05
20
-20
/
+20
*
Fix warnings on Linux/gcc 4.1.1
Stephen Fisher
2007-04-03
2
-3
/
+3
*
Add PN-IO FSHelloBlock and PN-DCP Device/AliasName
Ulf Lamping
2007-04-02
4
-10
/
+90
*
revert back (void*) -> (void**) which will stop free-warning compilation with
Sebastien Tandel
2007-03-30
2
-3
/
+3
*
strict aliasing warnings fix : replace (void**) by (void*)
Sebastien Tandel
2007-03-29
2
-3
/
+3
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
7
-61
/
+61
*
Removed /Wx from CFLAGS to allow buildbot to proceed
Graham Bloice
2007-03-28
1
-1
/
+1
*
from Gisle Vanem: some more #pragma's that MingW don't like
Ulf Lamping
2007-03-28
1
-1
/
+1
*
add missing #pragma warning disable (now using _MSC_VER)
Ulf Lamping
2007-03-27
3
-0
/
+12
*
set "WX" and "#pragma warning(disable:4101)"
Ulf Lamping
2007-03-27
2
-2
/
+5
[next]