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-assa_r3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
tvb_length_remaining() can return -1, so be sure to deal with it if it does. ...
Chris Maynard
2012-07-14
1
-25
/
+26
*
Fix [-Werror=sign-compare] compiler warning
Bill Meier
2012-07-11
1
-2
/
+2
*
Simplify code ....
Bill Meier
2012-07-11
1
-111
/
+82
*
Remove "comment to myself".
Bill Meier
2012-07-11
1
-1
/
+1
*
General cleanup:
Bill Meier
2012-07-11
1
-1676
/
+4947
*
From Evan Huus: Struct cleanup in packet-assa_r3.c
Bill Meier
2012-07-09
1
-385
/
+342
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
all:
Bill Meier
2012-05-16
1
-2
/
+957
*
Get rid of remaining Booleans-as-encoding-arguments in
Guy Harris
2012-05-07
1
-17
/
+23
*
From Evan Huus: There were two cases where we could underflow an unsigned sub...
Anders Broman
2012-04-18
1
-6
/
+20
*
Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...
Bill Meier
2012-03-06
1
-5
/
+5
*
Fix encoding arg for various fcn calls:
Bill Meier
2011-10-24
1
-56
/
+56
*
Fix a proto_tree_add_item() encoding arg.
Bill Meier
2011-10-23
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
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-6
/
+6
*
Comment out some unused hf[] entries;
Bill Meier
2011-10-10
1
-16
/
+18
*
Convert proto_tree_add_item() 'encoding' parameter as appropriate.
Bill Meier
2011-10-10
1
-42
/
+42
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...
Bill Meier
2011-10-10
1
-8
/
+8
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...
Bill Meier
2011-10-06
1
-353
/
+353
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-19
/
+19
*
Second try to move crc routines to libwsutil.
Stig Bjørlykke
2011-08-31
1
-1
/
+1
*
Revert r38800, as the crc routines contains some tvb functions.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Move all crc routines to libwsutil.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Found by clang 3.0 (built from trunk): various implicit conversion from
Stephen Fisher
2011-04-22
1
-7
/
+36
*
Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2011-04-21
1
-1
/
+1
*
Fix Dead Store (Dead nested assignment) Warning found by Clang
Alexis La Goutte
2011-04-21
1
-2
/
+1
*
Fix the dead initialization warnings found by clang's static analysis
Stephen Fisher
2011-01-20
1
-2
/
+2
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-2
/
+2
*
Fix various typos and spelling errors.
Bill Meier
2010-12-06
1
-3
/
+3
*
Use value_string_ext fcns when accessing value_string arrays.
Bill Meier
2010-11-01
1
-384
/
+420
*
Define some fcns & vars as static;
Bill Meier
2010-10-11
1
-1
/
+1
*
Squelch a compiler warning.
Guy Harris
2010-04-07
1
-1
/
+1
*
Fix for Bug 4369:
Gerasimos Dimitriadis
2010-01-10
1
-4
/
+16
*
Partial fix for Bug 4369:
Gerasimos Dimitriadis
2010-01-10
1
-1
/
+13
*
Partial fix for Bug 4369:
Gerasimos Dimitriadis
2010-01-07
1
-2
/
+12
*
proto_reg_handoff...: if (!initialized) not req'd;
Bill Meier
2009-11-28
1
-86
/
+73
*
From J.C. Wren:
Jaap Keuter
2009-11-28
1
-0
/
+5685