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
/
epan
/
dissectors
/
packet-ptp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
Bill Meier
2012-10-11
1
-3
/
+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
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-09-06
1
-31
/
+0
*
Prefer proto_tree_add_item (when it is possible)
Alexis La Goutte
2012-09-06
1
-21
/
+13
*
From Jared August:
Anders Broman
2012-09-05
1
-1
/
+171
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7437 :
Pascal Quantin
2012-07-05
1
-7
/
+6
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix copy&paste: hf variable name in hfi->abbrev
Jakub Zawadzki
2012-05-17
1
-2
/
+2
*
Remove unneeded #includes (stdlib, stdio, ctypes, time);
Bill Meier
2012-05-15
1
-2
/
+0
*
IEEE1588 PTPv2 over IPv6 -> Padding issue. https://bugs.wireshark.org/bugzill...
Anders Broman
2012-03-07
1
-1
/
+2
*
Fix some proto_tree_add_item() encoding args;
Bill Meier
2011-10-27
1
-6
/
+6
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
Bill Meier
2011-10-20
1
-11
/
+11
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-6
/
+6
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...
Bill Meier
2011-10-10
1
-61
/
+61
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...
Bill Meier
2011-10-06
1
-248
/
+248
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-44
/
+44
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-18
1
-5
/
+2
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-3
/
+3
*
Do some constifying [or other] based upon gcc -Wwrite-strings warnings.
Bill Meier
2010-06-09
1
-1
/
+1
*
(Trivial) A little more whitespace cleanup.
Bill Meier
2010-05-13
1
-20
/
+20
*
From Torrey Atcitty: [Dissector Enhancement] Added new functionality to exi...
Bill Meier
2010-05-13
1
-38
/
+401
*
Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
Bill Meier
2010-05-10
1
-2627
/
+2630
*
From Marcus Renz: Fix for "PTP dissector displays big correction field values...
Bill Meier
2010-04-16
1
-16
/
+3
*
#include <string.h> not needed.
Bill Meier
2010-04-06
1
-1
/
+0
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
Fix gcc -Wshadow warnings
Bill Meier
2010-01-19
1
-4
/
+4
*
s/col_add_fstr/col_add_str
Kovarththanan Rajaratnam
2009-09-06
1
-2
/
+2
*
Don't pass ep_alloc()'ed strings to col_set_str().
Kovarththanan Rajaratnam
2009-09-06
1
-2
/
+2
*
Don't guard col_set_str (COL_INFO) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-10
/
+5
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-4
/
+2
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-07-07
1
-15
/
+15
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-49
/
+49
*
Misc dissector cleanup:
Bill Meier
2009-05-26
1
-341
/
+341
*
FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).
Bill Meier
2009-05-08
1
-18
/
+18
*
From Jared August:
Jaap Keuter
2009-05-06
1
-0
/
+173
*
One last snprintf.
Jaap Keuter
2008-12-19
1
-4
/
+0
*
Fix typos and spelling (mostly in text strings)
Bill Meier
2008-12-17
1
-1
/
+1
*
From Markus Renz:
Jaap Keuter
2008-12-03
1
-74
/
+77
*
From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :
Jeff Morriss
2008-03-15
1
-351
/
+351
*
Fix fields that are passed to proto_tree_add_uint64_format_value() to be
Guy Harris
2008-03-04
1
-1655
/
+1655
*
From ChrisMaynard:
Anders Broman
2008-03-04
1
-2
/
+2
*
From Markus Seehofer :
Anders Broman
2008-03-03
1
-135
/
+1954
*
Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.
Jaap Keuter
2008-02-29
1
-1
/
+1
*
Clean up indentation.
Guy Harris
2007-12-05
1
-184
/
+184
*
Apply the small performance enhancment patches for:
Anders Broman
2007-10-23
1
-1
/
+1
*
From Markus Seehofer:
Ulf Lamping
2007-08-08
1
-26
/
+1156
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-3
/
+3
*
done:
Jörg Mayer
2006-01-16
1
-4
/
+0
*
From Markus Seehofer
Ronnie Sahlberg
2005-08-19
1
-1
/
+22
[next]