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
/
commview.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-24
/
+6
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-29
/
+6
*
Put back a fix that earlier checkins lost.
Guy Harris
2013-06-03
1
-1
/
+2
*
Pull up the code to read the packet data and check for errors into a
Guy Harris
2013-05-16
1
-17
/
+19
*
Move the code to read the CommView record header, check for an unhandled
Guy Harris
2013-05-16
1
-62
/
+52
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-5
/
+3
*
If the attempt to read the record header fails because we hit the EOF,
Guy Harris
2012-12-26
1
-1
/
+6
*
Fill some phdr values also when doing random read
Jakub Zawadzki
2012-10-17
1
-46
/
+40
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-6
/
+6
*
And that also means that we need to split the data rate from the
Guy Harris
2012-10-12
1
-1
/
+2
*
The "rate" field in the CommView NCF format is 1 byte long, not 2 bytes
Guy Harris
2012-10-12
1
-2
/
+3
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Set the 802.11 "already decrypted" flag to FALSE for file formats other
Guy Harris
2012-07-18
1
-0
/
+1
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-6
/
+1
*
Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...
Anders Broman
2012-04-18
1
-1
/
+1
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+2
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-2
/
+2
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-4
/
+4
*
Set eth.fcs_len in the pseudo-header for Ethernet packets.
Guy Harris
2011-09-01
1
-30
/
+39
*
file_read() can return -1; don't just blindly add it to a previous
Guy Harris
2011-05-10
1
-28
/
+18
*
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
Guy Harris
2011-04-21
1
-13
/
+14
*
"This file format can't be written to a pipe" and "this file format
Guy Harris
2011-04-12
1
-2
/
+1
*
From Jakub Zawadzki:
Guy Harris
2011-04-06
1
-20
/
+20
*
Added a missing break.
Stig Bjørlykke
2011-03-27
1
-1
/
+1
*
Fix bug #5509: CommView file format now uses reserved bytes and adds a
Stephen Fisher
2010-12-20
1
-14
/
+16
*
Don't use fwrite directly when writing a dump file; call it through
Guy Harris
2010-06-06
1
-38
/
+34
*
Change my e-mail address
Stephen Fisher
2009-05-31
1
-1
/
+1
*
Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :
Jeff Morriss
2008-10-01
1
-9
/
+14
*
Add support for showing wireless LAN info (signal strength / rate / channel)
Stephen Fisher
2007-11-27
1
-4
/
+22
*
Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...
Stephen Fisher
2007-11-26
1
-6
/
+6
*
Add writing support for the CommView file format.
Stephen Fisher
2007-11-26
1
-6
/
+139
*
Initial checkin of support to read TamoSoft's CommView packet capture files
Stephen Fisher
2007-11-24
1
-0
/
+267