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
/
vwr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-6
/
+6
*
Squelch implicit 64-bit-to-32-bit conversion warnings.
Guy Harris
2012-12-21
1
-3
/
+3
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-2
/
+2
*
Remove unused variable caught by cppcheck.
Evan Huus
2012-10-06
1
-2
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
It seems that the length should unsigned, not signed.
Michael Tüxen
2012-07-27
1
-1
/
+1
*
From Evan Huus:
Anders Broman
2012-07-09
1
-6
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
vwr_read_rec_header()'s return value is used only to distinguish success
Guy Harris
2012-05-27
1
-16
/
+9
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-7
/
+2
*
Remove unnecessary null-pointer check.
Guy Harris
2012-05-01
1
-4
/
+2
*
Fix 2 redundant redeclaration warnings and a bug where logical AND (&&) was i...
Chris Maynard
2012-05-01
1
-4
/
+1
*
Remove _U_ from arguments that are actually used.
Guy Harris
2012-04-28
1
-5
/
+5
*
Get rid of some unnecessary assignments, to remove warnings from the
Guy Harris
2012-04-28
1
-5
/
+1
*
Remove duplicate comment.
Guy Harris
2012-04-26
1
-2
/
+0
*
Add a pcoreytohll() macro to extract "Corey-endian" 64-bit quantities,
Guy Harris
2012-04-26
1
-27
/
+24
*
Use the pletohXX macros when fetching little-endian values.
Guy Harris
2012-04-26
1
-8
/
+5
*
Put the pseudo-header information for Veriwave packets into the buffer
Guy Harris
2012-04-26
1
-37
/
+186
*
Use pntohs(), pntoh24(), and pntohl() to fetch big-endian data from the
Guy Harris
2012-04-26
1
-40
/
+32
*
Global variables considered harmful. Move all the per-capture-file
Guy Harris
2012-04-26
1
-407
/
+421
*
If you get an I/O error when looking for the FPGA version, return -1, so
Guy Harris
2012-04-26
1
-16
/
+23
*
Return 0 if doesn't match signature of vwr files.
Martin Mathieson
2012-04-25
1
-2
/
+4
*
Remove some unnecessary includes and fix some indentation.
Martin Mathieson
2012-04-25
1
-8
/
+7
*
Lose some more unused variables reported by clang.
Martin Mathieson
2012-04-21
1
-7
/
+4
*
Try to fix up some clang warnings. Will look at other modules I added
Martin Mathieson
2012-04-20
1
-37
/
+14
*
Add a couple of casts to try to make the Windows-7-x64 buildbot happy.
Martin Mathieson
2012-04-20
1
-2
/
+2
*
Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048
Martin Mathieson
2012-04-20
1
-0
/
+2105