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
/
unistim
/
packet-unistim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert to proto_tree_add_subtree[_format] for plugin dissectors
Michael Mann
2014-07-10
1
-33
/
+12
*
Rename dissector_add_handle() to dissector_add_for_decode_as().
Guy Harris
2014-06-20
1
-1
/
+1
*
Continue to remove $Id$ from top of file
Alexis La Goutte
2014-03-31
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-12
/
+12
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-01
1
-0
/
+2
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
emem -> wmem
Pascal Quantin
2013-09-17
1
-2
/
+2
*
Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...
Michael Mann
2013-05-29
1
-1
/
+11
*
Comment out numerous unused hf_.... instances found by checkhf.
Bill Meier
2013-02-10
1
-1
/
+3
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-2
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-06-04
1
-1
/
+59
*
Get rid of remaining Booleans-as-encoding-arguments in
Guy Harris
2012-05-11
1
-1
/
+1
*
Fix memory leaks involving tvb_get_string[z]().
Chris Maynard
2011-12-28
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
Bill Meier
2011-10-20
1
-1
/
+1
*
Do some more conversions of proto_tree_add_item() 'encoding' arg
Bill Meier
2011-10-18
1
-2
/
+2
*
Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...
Bill Meier
2011-10-15
1
-7
/
+7
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...
Bill Meier
2011-10-10
1
-240
/
+240
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...
Bill Meier
2011-10-06
1
-261
/
+261
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-05
1
-59
/
+59
*
Fix Unused varaiable warnings.
Anders Broman
2011-04-17
1
-2
/
+1
*
Fix some cut-and-pasteos and other typoes.
Guy Harris
2011-01-02
1
-7
/
+7
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-2
/
+2
*
(Trivial) Use consistent indentation; Whitespace cleanup.
Bill Meier
2010-08-12
1
-244
/
+244
*
From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...
Bill Meier
2010-08-12
1
-0
/
+123
*
From Don Newton:
Jaap Keuter
2010-07-27
1
-3
/
+3
*
The only reason to escape "%" in a string is if you are, incorrectly,
Guy Harris
2010-07-09
1
-71
/
+21
*
Get rid of check_col
Anders Broman
2010-04-06
1
-9
/
+6
*
Fix some compiler warnings, clean up indentation a bit.
Guy Harris
2010-03-16
1
-19
/
+20
*
Fix gcc -Wshadow warning;
Bill Meier
2010-01-28
1
-1349
/
+1348
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-3
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-07-07
1
-1
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-07-07
1
-2
/
+1299
*
Get info about media type(Video or not) a first step towards usage in rtp sta...
Anders Broman
2009-05-19
1
-1
/
+1
*
Fix Win64 compilation problems in the plugins directory.
Gerald Combs
2009-04-16
1
-2
/
+2
*
Replace some unnecessary use of g_snprintf and g_strdup_printf
Bill Meier
2009-03-27
1
-6
/
+2
*
Unistim still eats the TAPA packets :-(
Jörg Mayer
2008-12-04
1
-1
/
+5
*
From Don Newton:
Jaap Keuter
2008-12-02
1
-10
/
+31
*
From Don Newton:
Jaap Keuter
2008-12-02
1
-2
/
+13
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-4
/
+4
*
Minor cleanup related to proto_register/proto_reg_handoff ...
Bill Meier
2008-10-28
1
-8
/
+12
*
Fix for bug 2475:
Jaap Keuter
2008-04-19
1
-7
/
+18
*
Set default port of Unistim from 5000 to 0: It grabs the TAPA
Jörg Mayer
2008-03-06
1
-1
/
+3
*
Fix for bug 2098:
Jaap Keuter
2007-12-13
1
-2
/
+10
*
From Don Newton:
Stig Bjørlykke
2007-09-24
1
-2
/
+4
*
From Chad Singer:
Jaap Keuter
2007-09-24
1
-31
/
+116
*
Add RT(C)P conversation setup.
Jaap Keuter
2007-09-13
1
-6
/
+25
[next]