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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get rid of declaration of non-existent routine.
Guy Harris
2012-05-04
1
-1
/
+0
*
From Jakub Zawadzki: Use custom model in Filter Expression dialog.
Anders Broman
2012-05-04
7
-36
/
+530
*
From Evan Huus: - Make sure that unsupported link-layer types *always* have a...
Anders Broman
2012-05-04
2
-21
/
+57
*
Make everything static that doesn't need to be exported.
Guy Harris
2012-05-04
1
-19
/
+19
*
Fix indentation.
Guy Harris
2012-05-04
1
-3
/
+3
*
Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221
Jeff Morriss
2012-05-04
1
-2
/
+3
*
Don't use spaces before (and after) packet-waveagent.c entry
Bill Meier
2012-05-03
1
-1
/
+1
*
General cleanup including:
Bill Meier
2012-05-03
3
-202
/
+162
*
More whitespace cleanup;
Bill Meier
2012-05-03
1
-117
/
+117
*
General cleanup:
Bill Meier
2012-05-03
1
-259
/
+297
*
General cleanup to include:
Bill Meier
2012-05-03
12
-4402
/
+5226
*
Fix a typo.
Anders Broman
2012-05-03
1
-1
/
+1
*
Fix a typo.
Anders Broman
2012-05-03
1
-1
/
+1
*
Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.
Chris Maynard
2012-05-03
2
-3
/
+5
*
Delete extraneous return statement, which effectively made the entire dissect...
Chris Maynard
2012-05-03
1
-1
/
+1
*
Regenerated the file.
Chris Maynard
2012-05-03
1
-3
/
+3
*
Add back the missing line of code to increment the offset.
Chris Maynard
2012-05-03
1
-0
/
+1
*
Fix logic bug. I'm sure this was something Coverity found and I fixed but fo...
Chris Maynard
2012-05-03
1
-3
/
+3
*
Add Klaus Heckelmann to the list of Wireshark authors for his contribution to...
Chris Maynard
2012-05-03
1
-0
/
+1
*
From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Chris Maynard
2012-05-03
5
-21
/
+27
*
Attempt to fix clang warnings (dead assignment, dereference of null pointer, ...
pascal
2012-05-02
2
-19
/
+13
*
Add a file_skip() routine to skip N bytes forward in the file - it's
Guy Harris
2012-05-02
2
-7
/
+19
*
Put all the comments about the "don't check the CRC" flag together, and
Guy Harris
2012-05-02
1
-11
/
+10
*
Attempt to fix clang warnings (dead assignment and dereference of null pointer)
pascal
2012-05-02
1
-8
/
+7
*
Properly decrypt user-password according to http://tools.ietf.org/html/rfc286...
Chris Maynard
2012-05-02
1
-38
/
+44
*
Remove most blurbs (they do not have any added value) and fix a few typo errors
pascal
2012-05-02
1
-17
/
+17
*
Add missing updated file from previous commit.
Anders Broman
2012-05-02
1
-0
/
+1
*
From "oss.2nerds":
Anders Broman
2012-05-02
4
-3
/
+464
*
From Jim Wright:
Anders Broman
2012-05-02
2
-46
/
+146
*
From Evan Huus:
Anders Broman
2012-05-02
3
-0
/
+996
*
From Gabor Somlai:
Anders Broman
2012-05-02
1
-0
/
+1
*
From David Wei:
Anders Broman
2012-05-02
2
-16
/
+111
*
Rename the NetMon 802.11 radio header and radiotap 802.11 radio header
Guy Harris
2012-05-02
9
-19
/
+19
*
Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"
Guy Harris
2012-05-02
14
-106
/
+184
*
Reflect the rename of packet-airopeek.c to packet-peekremote.c.
Guy Harris
2012-05-02
1
-1
/
+1
*
Rename packet-airopeek.c to packet-peekremote.c, and rename the protocol
Guy Harris
2012-05-02
3
-143
/
+157
*
Remove unnecessary null-pointer check.
Guy Harris
2012-05-01
1
-4
/
+2
*
Add copyright notices. Fix SVN properties on svnadd.
Jeff Morriss
2012-05-01
4
-8
/
+68
*
Fix 2 redundant redeclaration warnings and a bug where logical AND (&&) was i...
Chris Maynard
2012-05-01
1
-4
/
+1
*
Add new HTTP Status Codes from RFC 6585;
Bill Meier
2012-05-01
1
-7
/
+15
*
Indicate why the flags have a field width of 6.
Guy Harris
2012-05-01
1
-6
/
+8
*
Forgot to commit this change with r42341 which initializes 'type' to 0 to avo...
Chris Maynard
2012-05-01
1
-1
/
+1
*
No C++-style comments, please; some C compilers reject them.
Guy Harris
2012-04-30
1
-6
/
+6
*
The message length isn't needed in cmd_sched_rep() - it's just the
Guy Harris
2012-04-30
1
-8
/
+0
*
Add some initializations to squelch (bogus) warnings (either the version
Guy Harris
2012-04-30
1
-11
/
+11
*
Try to fix some Logic error (Function call argument is an uninitialized value...
Alexis La Goutte
2012-04-30
1
-23
/
+23
*
Rework code slightly:
Bill Meier
2012-04-30
1
-237
/
+219
*
Switch to UTF-8 for remote encodings to match what the IEEE SA is
Gerald Combs
2012-04-30
2
-102
/
+106
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-04-30
8
-73
/
+121
*
Parenthesize an expression to prevent a possible overflow resulting an incorr...
Bill Meier
2012-04-30
1
-1
/
+1
[prev]
[next]