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
/
wiretap
/
k12.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use fwrite directly when writing a dump file; call it through
Guy Harris
2010-06-06
1
-22
/
+8
*
Move the definitions of all the private data structures out of
Guy Harris
2010-02-26
1
-29
/
+50
*
Signed vs. unsigned fix.
Guy Harris
2009-04-22
1
-1
/
+1
*
Clean up some 64-bit issues.
Guy Harris
2009-04-22
1
-103
/
+103
*
Add a check to make sure we don't try to allocate a huge buffer. If
Gerald Combs
2009-03-31
1
-7
/
+11
*
From Jakub Zawadzki:
Stig Bjørlykke
2009-03-15
1
-6
/
+2
*
P64 fixes.
Gerald Combs
2009-03-09
1
-2
/
+2
*
Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).
Bill Meier
2009-03-08
1
-1
/
+1
*
g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),
Guy Harris
2008-09-03
1
-1
/
+7
*
luis.ontanon@gmail.com => luis@ontanon.org
Luis Ontanon
2008-08-05
1
-1
/
+1
*
Fixed some "shadowed variables", as pointed out by John Smith.
Stig Bjørlykke
2008-06-23
1
-13
/
+13
*
From Anders: Checkapi enabled for wiretap and more functions converted.
Martin Mathieson
2008-05-08
1
-1
/
+1
*
s/%ll/%" G_GINT64_MODIFIER "/g
Jeff Morriss
2008-01-24
1
-2
/
+2
*
From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...
Sake Blok
2007-10-16
1
-3
/
+3
*
Change more fopen() to eth_fopen() to finish fixing bug 1827:
Jeff Morriss
2007-10-16
1
-166
/
+166
*
Add error checking for fwrites; replacement for the 2nd of the patches provid...
Bill Meier
2007-09-28
1
-22
/
+44
*
Fix coverity bug 244, [WS Bug 1649]
Luis Ontanon
2007-06-13
1
-30
/
+21
*
Explicitly mark new_k12_file_data() as taking no arguments - in C89, at
Guy Harris
2007-04-21
1
-1
/
+1
*
There are odd packet records in k15 generated files where the interface recor...
Luis Ontanon
2007-04-02
1
-4
/
+33
*
fix another warning
Ulf Lamping
2007-03-21
1
-1
/
+1
*
set compiler option "treat warnings as errors" - to prevent new warnings for ...
Ulf Lamping
2007-03-21
1
-1
/
+1
*
rename a variable.
Luis Ontanon
2007-03-17
1
-5
/
+5
*
K15 final:
Luis Ontanon
2007-03-17
1
-20
/
+5
*
K15 phase 1
Luis Ontanon
2007-03-17
1
-169
/
+207
*
Major cleanup of debug code and whitespace changes.
Luis Ontanon
2007-03-10
1
-700
/
+632
*
From: Kriang Lerdsuwanakij
Luis Ontanon
2007-02-08
1
-2
/
+28
*
from:
Luis Ontanon
2007-02-04
1
-30
/
+63
*
from Kriang Lerdsuwanakij
Luis Ontanon
2007-01-28
1
-2
/
+2
*
change all file offsets from long to gint64 so we can - theoretically - handl...
Ulf Lamping
2006-11-05
1
-7
/
+7
*
replace *a lot* of file related calls by their GLib counterparts. This is nec...
Ulf Lamping
2005-11-06
1
-1
/
+1
*
- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...
Luis Ontanon
2005-10-24
1
-109
/
+201
*
make sure tham when more than one stack file is used each channel uses the ri...
Luis Ontanon
2005-10-13
1
-22
/
+184
*
Fix more problems found by Steve Grubb, along with other changes:
Gerald Combs
2005-09-08
1
-0
/
+1
*
timestamp display precision:
Ulf Lamping
2005-08-25
1
-0
/
+1
*
EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
Ulf Lamping
2005-08-24
1
-3
/
+3
*
Two fixes to tektronix k12 import:
Luis Ontanon
2005-08-22
1
-2
/
+7
*
Include the .h files into the .c files. That way we
Jörg Mayer
2005-08-02
1
-0
/
+1
*
- Write rf5 files (I don't think tektronix software will be able to read thes...
Luis Ontanon
2005-06-17
1
-5
/
+256
*
third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...
Luis Ontanon
2005-06-16
1
-324
/
+199
*
use a helper dissector to show k12 files.
Luis Ontanon
2005-06-13
1
-262
/
+244
*
Fixed indentation and removed control characters, in an attempt to understand...
Luis Ontanon
2005-06-10
1
-29
/
+27
*
Initial checkin of the 32 bit tektronix k12 binary format (rf5)
Luis Ontanon
2005-06-10
1
-0
/
+553