aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Declare wtap_dump_has_name_resolution().guy1-0/+1
2011-05-17* Don't declare a used arg as unused.tuexen1-3/+2
2011-05-13From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix angerald1-0/+9
2011-05-11Check our original record length. Fixes a crash bug found by Huzaifagerald1-0/+10
2011-05-11Fix a wrong name in a debug print statement.tuexen1-1/+1
2011-05-11Export wtap_fstat()kukosa1-0/+1
2011-05-10file_read() can return -1; don't just blindly add it to a previousguy1-23/+36
2011-05-10file_read() can return -1; don't just blindly add it to a previousguy4-51/+53
2011-05-09Note that compressed Windows Sniffer files might have a CRC, just notguy1-0/+9
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatguy8-24/+45
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inguy4-11/+9
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sguy2-11/+30
2011-05-03Note what NetMon 3 actually uses various types for.guy1-5/+5
2011-05-03Set the pseudo-header regardless of whether we have a trailer or not.guy1-42/+47
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anguy1-104/+176
2011-05-03Squelch a compiler warning - but note, in a comment, a real problem theguy1-1/+2
2011-05-03Fix indentation (tab stops are not guaranteed to be every 4 spaces).guy1-352/+352
2011-05-03From Tom Brezinski - fix for bug 5869:guy4-231/+452
2011-04-29configure: remove test for gzclearerr (not used anymore), add test for inflat...darkjames1-3/+16
2011-04-28From Hans-Christoph Schemmel:etxrab3-1/+7
2011-04-28#include <stdlib.h> not needed;wmeier1-306/+305
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;wmeier1-650/+652
2011-04-27Based upon a patch from Yaniv Kaul: Comment out unused assignmeent/variables;wmeier1-34/+38
2011-04-22*Properly* get rid of bogus cast.guy1-1/+1
2011-04-22Cast away alignment warnings about pointers where we never actuallyguy1-4/+12
2011-04-22Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"guy1-2/+10
2011-04-22Make all the fields in the various structures just arrays of bytes, soguy1-100/+108
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theguy2-8/+4
2011-04-21In file_wrappers.c, explicitly set err_info to null for all errors thatguy3-22/+21
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy46-547/+656
2011-04-20Always check whether NEXT() failed - and rename it to GZ_GETC(), as itguy1-44/+169
2011-04-20Sigh. The "data" element of a GArray is, alas, a "gchar *", not a "voidguy1-4/+4
2011-04-20pntohll() takes a guint8 * as an argument; there's no need to cast to aguy1-1/+1
2011-04-19Unbreak live capture using pcapng.tuexen1-1/+5
2011-04-18Wrap actual_len inside #ifdef DEBUG_K12 to avoid gcc 4.6.0 warning reported bycmaynard1-2/+8
2011-04-18Update Motonori Shindo's email address at the author's request. Fixes bug 5840.cmaynard3-3/+3
2011-04-17Mark err as unused in k12text_dump_open().stig1-1/+1
2011-04-15Return ENOMEM if we run out of memory. (We're either running on UN*X,guy1-3/+7
2011-04-14Export new file_...() functions from libwiretap.dllkukosa1-0/+9
2011-04-14Check for _setmode() failing, Just In Case. Squelches some MSVC staticguy1-10/+32
2011-04-12#if 0 out some unused variables; we may make use of them later, but thisguy1-0/+16
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needguy2-32/+7
2011-04-12From Jakub Zawadski: some small fixes.guy1-6/+5
2011-04-12Update and expand some comments.guy1-35/+59
2011-04-12A parameter isn't used if ZLIB isn't enabled.martinm1-1/+1
2011-04-12If we hit an EOF - wth->subtype_read returns FALSE, but sets *err to 0 -guy1-1/+13
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theguy5-55/+302
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisguy2-7/+32
2011-04-12"This file format can't be written to a pipe" and "this file formatguy37-136/+76
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.guy8-21/+8