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
/
aethra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some strings that appear in at least some .aps files.
Guy Harris
2016-10-02
1
-15
/
+18
*
Check for packets bigger than WTAP_MAX_PACKET_SIZE.
Guy Harris
2016-04-30
1
-0
/
+11
*
Remove unnecessary includes from wiretap folder
Martin Mathieson
2015-01-03
1
-1
/
+0
*
Add "Editor modelines"; Adjust whitespace as needed.
Bill Meier
2015-01-02
1
-0
/
+13
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-6
/
+6
*
No need for WTAP_ERR_CANT_READ.
Guy Harris
2014-10-07
1
-3
/
+0
*
Add some higher-level file-read APIs and use them.
Guy Harris
2014-10-07
1
-19
/
+6
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-1
/
+1
*
Only one buffer.c, please.
Guy Harris
2014-07-15
1
-1
/
+1
*
Allow wtap_read() and wtap_seek_read() to return records other than packets.
Guy Harris
2014-05-24
1
-0
/
+1
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-11
/
+11
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-11
/
+11
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-30
/
+28
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-28
/
+30
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
No seek-read routines use the length argument, so eliminate it from
Guy Harris
2014-01-02
1
-3
/
+2
*
Use the packet length read from the packet header, and check for an EOF
Guy Harris
2013-12-31
1
-3
/
+7
*
wiretap: start using <wsutil/pint.h>
Jakub Zawadzki
2013-12-03
1
-5
/
+5
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-1
/
+1
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-25
/
+4
*
Move some packet-header handling code into aethra_read_rec_header(), so
Guy Harris
2013-05-16
1
-39
/
+37
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-4
/
+4
*
Squelch implicit 64-bit-to-32-bit conversion warnings.
Guy Harris
2012-12-21
1
-1
/
+1
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-3
/
+4
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-5
/
+1
*
The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...
Anders Broman
2012-03-07
1
-3
/
+3
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+1
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-1
/
+1
*
Updates based on stuff seen in a new capture.
Guy Harris
2011-11-04
1
-21
/
+58
*
It appears that the "packet" records are actually "stuff from the ISDN
Guy Harris
2011-10-28
1
-10
/
+63
*
The version string field isn't followed by 20 bytes of stuff; the last 8
Guy Harris
2011-10-28
1
-2
/
+11
*
Fix cut-and-pasteo that happened not to cause a problem on *P64
Guy Harris
2011-10-27
1
-22
/
+1
*
Add some debugging code; the current code doesn't work when compiled
Guy Harris
2011-10-26
1
-0
/
+21
*
Put the magic number into the aethra_hdr structure, to avoid compiler
Guy Harris
2011-10-26
1
-11
/
+13
*
Ok, we found what appears to be the capture start time. Use it.
Guy Harris
2011-10-26
1
-5
/
+38
*
It appears that the octet in the record header after the record length
Guy Harris
2011-10-26
1
-27
/
+42
*
Avoid warnings.
Guy Harris
2011-10-26
1
-1
/
+3
*
Initial support for .aps files from Aethra Telecommunications' PC108
Guy Harris
2011-10-26
1
-0
/
+218