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
/
asn1
/
packet-asn1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete dissectors.
AndersBroman
2014-09-06
1
-5542
/
+0
*
Replace lseek/fstat by ws_lseek64/ws_fstat64
Peter Wu
2014-07-25
1
-2
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Avoid using ephemeral memory in register routines.
Evan Huus
2013-12-23
1
-3
/
+3
*
Reject the packet if info is NULL under conditions where it'll be used.
Chris Maynard
2013-12-12
1
-0
/
+4
*
Create multiple dissection functions if packet_info->ipproto is used to disti...
Michael Mann
2013-11-22
1
-15
/
+22
*
Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].
Guy Harris
2013-11-17
1
-1
/
+2
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-1
/
+1
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
1
-0
/
+1
*
Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...
Michael Mann
2013-11-02
1
-4
/
+6
*
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...
Jeff Morriss
2013-07-15
1
-2
/
+3
*
Fix Coverity CID 280618 (Dereference before null check).
Chris Maynard
2013-07-01
1
-2
/
+2
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-04-17
1
-17
/
+12
*
Coverity CID 280337 Unchecked return value
Martin Kaiser
2013-04-10
1
-4
/
+6
*
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :
Pascal Quantin
2013-03-01
1
-78
/
+78
*
Move show_exception() and show_reported_bounds_error() to
Guy Harris
2013-02-27
1
-3
/
+0
*
The type of the second argument to g_snprintf() is gulong. (It *should*
Guy Harris
2013-02-09
1
-2
/
+2
*
Add casts to make it build on win64.
Anders Broman
2013-02-09
1
-2
/
+2
*
Get rid of a '- i' that appears to have been accidentally inserted in r47581.
Evan Huus
2013-02-09
1
-1
/
+1
*
Get rid of g_sprintf() and strncpy() usage - this is somewhat of a hack,
Guy Harris
2013-02-09
1
-56
/
+73
*
Based on patch from Bill Parker, check for ws_fopen() failing.
Guy Harris
2012-10-10
1
-6
/
+10
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Create, and start using, file name preferences.
Jeff Morriss
2012-06-13
1
-4
/
+4
*
Get rid of remaining Booleans-as-encoding-arguments in
Guy Harris
2012-05-11
1
-36
/
+304
*
Added a check for a valid pointer to avoid a warning from clang.
Stig Bjørlykke
2012-03-27
1
-2
/
+2
*
From Reinhard Speyerer: Fix several misspellings/typos in Wireshark
Bill Meier
2012-03-18
1
-3
/
+3
*
tvb_free() can (now) be called from plugins on Windows
Bill Meier
2011-12-14
1
-5
/
+7
*
Fix some additional [-Wunused-but-set-variable]
Bill Meier
2011-11-12
1
-22
/
+14
*
fix [-Wunused-but-set-variable]
Anders Broman
2011-11-12
1
-6
/
+0
*
Replace all strerror() with g_strerror().
Stig Bjørlykke
2011-06-28
1
-1
/
+1
*
Assume the tags are mallocated, so they're properly aligned. Cast away
Guy Harris
2011-04-22
1
-1
/
+1
*
Try to fix some Clan scan-build warnings.
Gerald Combs
2011-02-18
1
-1
/
+11
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-6
/
+6
*
From Robert Groenenberg:
Anders Broman
2010-11-28
1
-3
/
+32
*
prefs_register_string_preference() overwrites the given value pointer with a ...
Jeff Morriss
2010-08-21
1
-1
/
+11
*
Fixed warning "Field width should have type 'int'".
Stig Bjørlykke
2010-05-20
1
-3
/
+3
*
Get rid of a bunch of check_col().
Anders Broman
2010-04-05
1
-10
/
+4
*
Fix gcc -Wshadow warning.
Bill Meier
2010-01-28
1
-3
/
+3
*
Added cast to (void *) for pointers used in printf format %p.
Stig Bjørlykke
2009-10-19
1
-17
/
+17
*
Save some memory: Don't statically allocate ett[] arrays used "dynamically".
Bill Meier
2009-09-15
1
-1
/
+1
*
(Minor) Remove unneeded #includes.
Bill Meier
2009-08-21
1
-6
/
+1
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Add some null checks.
Gerald Combs
2009-08-03
1
-1
/
+45
*
From Reinhard Speyerer:
Jaap Keuter
2009-05-01
1
-1
/
+1
*
From Robert Groenenberg:
Jaap Keuter
2009-02-22
1
-1
/
+1
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-22
1
-3
/
+3
*
Back out r27047 and r27053.
Gerald Combs
2008-12-19
1
-2
/
+2
*
Update calls to proto_tree_add_bytes_format to reflect r27047.
Gerald Combs
2008-12-18
1
-2
/
+2
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-1
/
+1
[next]