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
*
Error doesn't exist, use warning instead.
Jörg Mayer
2014-01-19
1
-1
/
+1
*
Add option to specify special permissions for dumpcap during cmake phase:
Jörg Mayer
2014-01-19
3
-4
/
+59
*
-Warray-bounds was listed twice
Jörg Mayer
2014-01-18
2
-2
/
+0
*
Add environment checks. Add a topic to our refspec.
Gerald Combs
2014-01-18
1
-3
/
+23
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :
Pascal Quantin
2014-01-17
1
-2
/
+2
*
From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...
Pascal Quantin
2014-01-17
1
-3
/
+3
*
From Toralf Förster
Martin Kaiser
2014-01-17
2
-3
/
+3
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-17
24
-1
/
+45
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-17
28
-0
/
+49
*
Try to fix warning: initializer element is not computable at load time.
Anders Broman
2014-01-17
1
-20
/
+39
*
Fix a bug intrduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=re...
Anders Broman
2014-01-17
1
-1
/
+3
*
Look for win_flex and win_bison.
Gerald Combs
2014-01-16
2
-0
/
+2
*
If you use bashisms it means you're a bash script.
Gerald Combs
2014-01-16
1
-1
/
+1
*
More Chocolatey lex/yacc updates.
Gerald Combs
2014-01-16
5
-4
/
+63
*
Remove #include and make the situation with snow3g clearer in a comment. May...
Martin Mathieson
2014-01-16
1
-4
/
+5
*
Fix [-Wmissing-prototypes]
Anders Broman
2014-01-16
15
-1
/
+28
*
Partially revert r54824.
Gerald Combs
2014-01-16
1
-1
/
+4
*
Allow the use of Win flex-bison and document how to do that.
Gerald Combs
2014-01-16
3
-10
/
+17
*
Implement basic support for SPXII decoding (at least we get the payload offsets
Evan Huus
2014-01-15
1
-16
/
+40
*
Dissect SPXII flag bits.
Evan Huus
2014-01-15
1
-2
/
+38
*
Add modelines and fix one indentation issue.
Evan Huus
2014-01-15
1
-1
/
+14
*
Fix a couple of
Anders Broman
2014-01-15
1
-16
/
+46
*
Add captype and tfshark binaries to .gitignore
Evan Huus
2014-01-15
1
-0
/
+2
*
Don't cast away constness.
Guy Harris
2014-01-15
1
-1
/
+1
*
Fun and games with const.
Guy Harris
2014-01-15
1
-2
/
+2
*
Explain casting away const.
Guy Harris
2014-01-15
1
-0
/
+7
*
Update to version V12.3.0 (2013-12).
Anders Broman
2014-01-15
25
-620
/
+1057
*
Don't cast away constness.
Guy Harris
2014-01-15
1
-1
/
+1
*
Don't cast away constness.
Guy Harris
2014-01-15
1
-1
/
+1
*
Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes many
Evan Huus
2014-01-15
1
-0
/
+18
*
Eliminate fvalue_set() in favor of routines that take arguments
Guy Harris
2014-01-15
17
-207
/
+426
*
Make it more clear that we're faking a git description for now.
Gerald Combs
2014-01-15
1
-0
/
+1
*
Copy over recent changes from trunk-1.8 along with some local
Gerald Combs
2014-01-15
1
-5
/
+83
*
Fix typo (Direcly => Directly)
Alexis La Goutte
2014-01-14
1
-2
/
+2
*
Add filetap/abi* to .gitignore
Alexis La Goutte
2014-01-14
1
-0
/
+2
*
Don't cast away constness.
Guy Harris
2014-01-14
1
-1
/
+1
*
We have to cast away constness here, because C doesn't have
Guy Harris
2014-01-14
1
-1
/
+1
*
Don't cast away constness.
Guy Harris
2014-01-14
8
-18
/
+18
*
Regenerate ANSI TCAP dissector from the changes in r54499.
Guy Harris
2014-01-14
1
-3
/
+10
*
Don't cast away constness.
Guy Harris
2014-01-14
2
-3
/
+3
*
Don't cast away constness.
Guy Harris
2014-01-14
1
-2
/
+2
*
Don't cast away constness.
Guy Harris
2014-01-14
4
-7
/
+8
*
Consistently use "guint8" for "8-bit byte".
Guy Harris
2014-01-14
3
-63
/
+63
*
Don't cast away constness.
Guy Harris
2014-01-14
1
-1
/
+1
*
Don't cast away constness.
Guy Harris
2014-01-14
2
-6
/
+6
*
Don't make claims of constness that can't be guaranteed in terms the C
Guy Harris
2014-01-14
8
-10
/
+10
*
Fix -Wsometimes-uninitialized found by Clang
Alexis La Goutte
2014-01-14
1
-2
/
+2
*
Fix unused const variable found by Clang 3.4
Alexis La Goutte
2014-01-14
1
-0
/
+5
*
Upgrade LTE RRC dissector to v11.6.0
Pascal Quantin
2014-01-14
5
-54
/
+235
*
SNOW3G is not available on default Wireshark
Pascal Quantin
2014-01-14
1
-1
/
+1
[next]