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
*
Add some information about how/why this dissector is (partially) machine-gene...
Jeff Morriss
2010-04-27
7
-20
/
+57
*
Make the OpcUa plugin's fields filterable (by giving them abbreviations).
Jeff Morriss
2010-04-26
3
-443
/
+443
*
Simplify Makefile.nmake so that adding a new plugin to Makefile.nmake
Bill Meier
2010-04-19
1
-65
/
+34
*
Be sure we initialize the p_id in hf's. This fixes
Jeff Morriss
2010-04-14
3
-20
/
+28
*
Fix up MATE's hf display values so MATE will actually run.
Jeff Morriss
2010-04-14
1
-6
/
+8
*
Get rid of check_col().
Anders Broman
2010-04-08
3
-6
/
+3
*
Get rid of check_col().
Anders Broman
2010-04-08
25
-361
/
+94
*
Remove some uneeded #includes
Bill Meier
2010-04-07
10
-23
/
+0
*
Get rid of check_col
Anders Broman
2010-04-06
9
-196
/
+113
*
Don't use %s as the format string in val_to_str().
Jeff Morriss
2010-04-06
8
-9
/
+9
*
Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...
Jeff Morriss
2010-04-06
1
-1
/
+1
*
The third argument to val_to_str() is a format string that gets passed
Guy Harris
2010-04-06
1
-4
/
+1
*
Get rid of a bunch of check_col().
Anders Broman
2010-04-05
40
-579
/
+314
*
Make the test compile.
Jaap Keuter
2010-04-02
1
-6
/
+6
*
From sangaran:
Anders Broman
2010-04-01
3
-0
/
+81
*
From Richard Kümmel: Added the bitmasks for port 10 and port 11.
Bill Meier
2010-03-29
1
-5
/
+11
*
cmake changes:
Jörg Mayer
2010-03-18
17
-42
/
+60
*
Some if (tree) cleanup
Kovarththanan Rajaratnam
2010-03-16
1
-21
/
+19
*
Avoid some dead assignments
Kovarththanan Rajaratnam
2010-03-16
1
-3
/
+3
*
Whitespace cleanup
Kovarththanan Rajaratnam
2010-03-16
1
-10
/
+9
*
Indicate width of parent bitfield
Kovarththanan Rajaratnam
2010-03-16
1
-2
/
+2
*
Inline truth/false table
Kovarththanan Rajaratnam
2010-03-16
1
-2
/
+5
*
This adds a new dissector plugin: INTERLINK. This protocol is used in
Uwe Girlich
2010-03-16
16
-0
/
+1024
*
Fix some compiler warnings, clean up indentation a bit.
Guy Harris
2010-03-16
1
-19
/
+20
*
- Remove the lib prefix for plugin names.
Jörg Mayer
2010-02-24
16
-64
/
+40
*
From Hannes Diethelm via bug 4525:
Stig Bjørlykke
2010-02-24
1
-2
/
+2
*
Fix some gcc -Wshadow warnings.
Bill Meier
2010-01-28
4
-22
/
+27
*
Fix gcc -Wshadow warning;
Bill Meier
2010-01-28
1
-1349
/
+1348
*
Fix some gcc -Wshadow warnings.
Bill Meier
2010-01-28
5
-28
/
+27
*
Fix gcc -Wshadow warning.
Bill Meier
2010-01-28
1
-3
/
+3
*
From Didier Gautheron:
Anders Broman
2010-01-13
7
-30
/
+15
*
From Didier Gautheron:
Anders Broman
2010-01-13
9
-9
/
+0
*
Do some cleanup:
Bill Meier
2010-01-02
3
-273
/
+288
*
For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
Guy Harris
2009-12-19
2
-21
/
+21
*
From Martin Lutz: Patch tvb_memeql return check;
Bill Meier
2009-12-17
1
-6
/
+6
*
Fix header field names containing dots.
Jaap Keuter
2009-12-08
2
-12
/
+12
*
Remove the address operator from value_string arrays fed to VALS()
Gerasimos Dimitriadis
2009-11-17
5
-10
/
+10
*
Beginnings of enabling static builds. Still to do:
Jörg Mayer
2009-11-17
16
-19
/
+19
*
cmake will now honor -Werror if configured (default: on)
Jörg Mayer
2009-11-07
16
-62
/
+259
*
add "reserved for profiles" comments
Ulf Lamping
2009-11-04
1
-18
/
+21
*
From Benjamin Meyer:
Anders Broman
2009-11-03
1
-1
/
+1
*
From Matthias FRANK:
Anders Broman
2009-11-03
1
-7
/
+268
*
From Matthias FRANK:
Anders Broman
2009-11-02
1
-31
/
+195
*
The stats_tree plugin deserves a version number other than "0.0".
Stig Bjørlykke
2009-10-26
1
-1
/
+1
*
Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...
Jeff Morriss
2009-10-20
1
-9
/
+17
*
Removed redundant redeclaration of delete_avpl().
Stig Bjørlykke
2009-10-19
1
-6
/
+0
*
Renamed tvb_new -> new_tvb to avoid name collision.
Stig Bjørlykke
2009-10-19
2
-23
/
+23
*
Added cast to (void *) for pointers used in printf format %p.
Stig Bjørlykke
2009-10-19
1
-17
/
+17
*
Initialize variables which may be used uninitialized.
Stig Bjørlykke
2009-10-12
1
-4
/
+4
*
Replace GMemChunk usage with se_alloc();
Bill Meier
2009-10-12
1
-27
/
+5
[next]