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
/
gryphon
/
packet-gryphon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust proto_tree_add_uint_format_value calls to use unit string
Michael Mann
2016-12-13
1
-1
/
+1
*
gryphon (plugins): fix spelling typo found by lintian
Alexis La Goutte
2016-10-27
1
-2
/
+2
*
Drop redundant SIZEOF() macro
Balint Reczey
2016-10-19
1
-10
/
+10
*
Combine Decode As and port preferences for tcp.port dissector table.
Michael Mann
2016-10-08
1
-1
/
+3
*
gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...
Alexis La Goutte
2016-02-28
1
-44
/
+28
*
new_create_dissector_handle -> create_dissector_handle for plugins.
Michael Mann
2015-12-11
1
-1
/
+1
*
Gryphon: do not use col_set_str with non constant strings
Pascal Quantin
2015-02-12
1
-1
/
+1
*
Lua: Expose tcp_dissect_pdus() to Lua
Hadriel Kaplan
2015-01-27
1
-1
/
+1
*
plugins: Cleanup #includes
Bill Meier
2014-12-22
1
-2
/
+1
*
plugins: Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-06
1
-16
/
+29
*
Add missing parameter to proto_tree_add_bytes_format_value()
AndersBroman
2014-08-18
1
-3
/
+3
*
Remove proto_tree_add_text from gryphon dissector.
Michael Mann
2014-08-18
1
-78
/
+164
*
convert to proto_tree_add_subtree[_format] for plugin dissectors
Michael Mann
2014-07-10
1
-55
/
+26
*
tvb_new_subset -> tvb_new_subset_length when length parameters are equal.
Michael Mann
2014-06-07
1
-1
/
+1
*
Thou shalt not put newlines in the strings in value_string tables.
Guy Harris
2014-03-12
1
-1
/
+1
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-12-27
1
-0
/
+3
*
Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...
Michael Mann
2013-11-09
1
-6
/
+8
*
More emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
Define certain 'const char *...' arrays as static.
Bill Meier
2013-07-01
1
-1
/
+1
*
Rename value string (and similar) functions to use a consistent pattern. This
Evan Huus
2013-03-29
1
-1
/
+1
*
Another 64-bit-to-32-bit warning on 32-bit platforms.
Guy Harris
2012-12-26
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-2
/
+4
*
Fix numerous instances of a variable/parameter name "shadowing" a library fun...
Bill Meier
2012-12-05
1
-7
/
+7
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Fix Coverity CID's 712344-712345: Unused pointer value.
Chris Maynard
2012-07-30
1
-2
/
+2
*
Fix two "set but unused variable" warnings turning errors:
Jörg Mayer
2012-07-27
1
-1
/
+2
*
Remove unused variable, use the created subtree. Found by buildbot.
Anders Broman
2012-07-27
1
-4
/
+3
*
You can't (well, shouldn't) reference and modify a given variable multiple
Jeff Morriss
2012-07-26
1
-27
/
+22
*
Converted many proto_tree_add_text -> proto_tree_add_item (or at least someth...
Michael Mann
2012-07-26
1
-833
/
+1355
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
The message length isn't needed in cmd_sched_rep() - it's just the
Guy Harris
2012-04-30
1
-8
/
+0
*
Fix a couple of clang warnings and adjust capitalization.
Gerald Combs
2012-04-30
1
-3
/
+3
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-21
1
-6
/
+4
*
Rework whitespace.
Bill Meier
2011-04-12
1
-971
/
+973
*
Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.
Bill Meier
2011-04-12
1
-5
/
+4
*
localtime() can return a NULL ptr.
Bill Meier
2011-04-12
1
-9
/
+15
*
There's no need to pass the result of tvb_get_ptr() as the 'value' in
Jeff Morriss
2011-01-21
1
-17
/
+17
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-1
/
+1
*
Simply use %c for printing char.
Stig Bjørlykke
2010-11-05
1
-1
/
+1
*
Fixed a printf modifier to remove a warning from clang.
Stig Bjørlykke
2010-11-05
1
-1
/
+1
*
Get rid of a bunch of check_col().
Anders Broman
2010-04-05
1
-9
/
+7
*
Fix some gcc -Wshadow warnings.
Bill Meier
2010-01-28
1
-2
/
+2
*
Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()
Kovarththanan Rajaratnam
2009-09-20
1
-8
/
+7
*
(Minor) Remove unneeded #includes.
Bill Meier
2009-08-21
1
-4
/
+0
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-6
/
+6
*
Correct copyright statements.
Jaap Keuter
2009-02-18
1
-1
/
+1
[next]