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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
134
-268
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
53
-339
/
+339
*
Fix -Wunused-const-variable found by Clang
Alexis La Goutte
2014-02-24
1
-0
/
+4
*
Bug 9721 - profinet write doesn't decode the Profidrive value Type correct
Widok
2014-02-19
1
-46
/
+155
*
Introduce end-of-line normalization
Pascal Quantin
2014-02-05
1
-34
/
+34
*
Don't pass tvb_get_ptr to proto_tree_add_string
Evan Huus
2014-02-03
1
-4
/
+1
*
Fix (-W)documentation found by Clang
Alexis La Goutte
2014-02-03
1
-64
/
+64
*
Fix all -fstrict-alias warnings found by gcc 4.1.2
Gilbert Ramirez
2014-02-03
1
-1
/
+1
*
Add newlines at end of files that are missing them.
Gilbert Ramirez
2014-01-29
2
-2
/
+2
*
The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of the
Evan Huus
2014-01-24
2
-2
/
+10
*
More prototype cleanup.
Guy Harris
2014-01-14
5
-1
/
+25
*
In a source file that defines external functions, the header file that
Guy Harris
2014-01-13
6
-4
/
+76
*
dissect_CBA_Connection_Data() isn't used outside packet-dcom-cba-acco.c,
Guy Harris
2014-01-13
2
-8
/
+1
*
Move dissect_pn_uint16_ret_item() to packet-pn.c, to be with its sibling
Guy Harris
2014-01-13
3
-22
/
+22
*
dispatchService() is imported from other code; declare it in
Guy Harris
2014-01-13
2
-3
/
+1
*
Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.
Anders Broman
2014-01-02
2
-2
/
+0
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-02
13
-0
/
+32
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-02
23
-0
/
+71
*
wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...
Pascal Quantin
2014-01-01
1
-1
/
+1
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-01
2
-1
/
+5
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-01
13
-5
/
+30
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-12-27
4
-0
/
+10
*
Avoid using ephemeral memory in register routines.
Evan Huus
2013-12-23
2
-4
/
+7
*
#if 0 a group of unused #defines;
Bill Meier
2013-12-20
1
-8
/
+23
*
fix
Martin Kaiser
2013-12-20
1
-0
/
+1
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-12-20
2
-6
/
+12
*
Add bytestring_to_str() which takes a wmem scope and is otherwise identical to
Evan Huus
2013-12-19
1
-4
/
+4
*
Rename more to_str functions to have ep_ in the name if they return ephemeral
Evan Huus
2013-12-19
1
-6
/
+6
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-4
/
+4
*
Use "(void) <variable/>" to avoid unused variable warnings similar to
Gerald Combs
2013-12-14
1
-1
/
+4
*
Take a preemptive strike at some likely future VS Code Analyzer warnings abou...
Chris Maynard
2013-12-14
1
-3
/
+10
*
Prevent VS Code Analyzer warning; (AFAICT: not an actual bug).
Bill Meier
2013-12-14
1
-0
/
+3
*
Fix warnings
Jakub Zawadzki
2013-12-14
1
-3
/
+0
*
Remove not needed ';'
Jakub Zawadzki
2013-12-14
1
-1
/
+1
*
Fix Visual Studio Code Analysis warning C6054: String 'szStr' might not be ze...
Chris Maynard
2013-12-13
1
-0
/
+2
*
Reject the packet if info is NULL under conditions where it'll be used.
Chris Maynard
2013-12-12
1
-0
/
+4
*
When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
Jakub Zawadzki
2013-12-03
1
-0
/
+1
*
Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...
Michael Mann
2013-11-29
1
-4
/
+39
*
Avoid including <wiretap/wtap.h> in dissectors.
Jakub Zawadzki
2013-11-29
2
-0
/
+2
*
Rename some of pint.h macros to match common style (bits number on the end).
Jakub Zawadzki
2013-11-29
1
-14
/
+14
*
Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...
Michael Mann
2013-11-23
1
-3
/
+3
*
Create multiple dissection functions if packet_info->ipproto is used to disti...
Michael Mann
2013-11-22
1
-15
/
+22
*
Create separate dissector function for TCP functionality so packet_info->ethe...
Michael Mann
2013-11-21
1
-12
/
+17
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-11-19
10
-12
/
+26
*
Fix [-Wmissing-prototypes]
Anders Broman
2013-11-18
44
-1
/
+124
*
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
3
-3
/
+3
*
Try to fix [-Wmissing-prototypes]
Anders Broman
2013-11-15
7
-1
/
+9
*
Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype has
Guy Harris
2013-11-12
1
-6
/
+2
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
16
-0
/
+18
[next]