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
/
mime_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-7
/
+7
*
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
*
Get rid of extra trailing blank lines.
Guy Harris
2014-05-23
1
-1
/
+0
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-11
/
+9
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-9
/
+11
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-22
/
+18
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-18
/
+22
*
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
-1
/
+1
*
When reading MIME-encapsulated files, read the entire file at once,
Guy Harris
2013-12-31
1
-46
/
+54
*
(Trivial) whitespace cleanup (mostly trailing whitespace).
Bill Meier
2013-11-08
1
-1
/
+1
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-1
/
+1
*
From Michal Labedzki via
Evan Huus
2013-10-23
1
-1
/
+3
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-6
/
+3
*
Fill in the struct wtap_pkthdr in the seek-read routine.
Guy Harris
2013-05-18
1
-11
/
+17
*
Clean up white space.
Guy Harris
2013-01-30
1
-4
/
+4
*
Wiretap: Add support for files contain GIF, PNG images
Michael Mann
2013-01-30
1
-2
/
+8
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-30
/
+30
*
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
-1
/
+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
*
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
-2
/
+1
*
Allow loading xml files (file MUST start with <?xml).
Jakub Zawadzki
2012-04-04
1
-1
/
+5
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-1
/
+3
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-3
/
+3
*
Explain a bit more what this does.
Guy Harris
2011-07-04
1
-0
/
+9
*
Fix possible compilation errors.
Jakub Zawadzki
2011-06-09
1
-10
/
+9
*
- Add something to columns when using mime-encap
Jakub Zawadzki
2011-06-09
1
-2
/
+1
*
- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).
Jakub Zawadzki
2011-06-09
1
-0
/
+186