aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Speed up (slightly) reading of long text lines.martinm1-10/+33
2011-07-10Move the definitions of LANalyzer records to lanalyzer.c.guy2-160/+155
2011-07-10Define a structure for the record header, and read into that, and thenguy1-33/+18
2011-07-10At that point in the code, bytes_read isn't the total number of recordguy1-3/+3
2011-07-08Change the way we scan past characters before the direction indicator.martinm1-6/+9
2011-07-04Explain a bit more what this does.guy1-0/+9
2011-06-28Replace all strerror() with g_strerror().stig1-1/+1
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-1/+2
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026alagoutte1-1/+2
2011-06-15Try to squelch some compiler warnings.guy1-2/+2
2011-06-15Squelch some compiler warnings.guy1-1/+1
2011-06-15Strings are not writable, and the compiler warns that assigning aguy1-1/+1
2011-06-10Fix capinfo: ** ERROR **: Unknown capture file type 61darkjames1-1/+5
2011-06-09The only place where we care about zlib is file_wrappers.c; includeguy3-8/+6
2011-06-09Fix possible compilation errors.darkjames1-10/+9
2011-06-09- Add something to columns when using mime-encapdarkjames2-3/+2
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).darkjames6-174/+197
2011-06-09Move the copyright notice and the config.h include to the top of thegerald1-2/+4
2011-06-09Make sure we don't write invalid record lengths.gerald1-0/+6
2011-06-08Limit the lengths of some of our patterns. Fixes an infinite loop foundgerald1-16/+16
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.wmeier1-2/+1
2011-06-07Add more missing files.etxrab1-0/+1
2011-06-06Add links to libtool's recommendations for library versions.gerald1-0/+1
2011-06-04Fix wiretap headers to allow error-free ABI dumping.rbalint50-4/+147
2011-06-04Reorganize dumpabi targets to keep temporary filesrbalint1-2/+3
2011-05-31Fix some gcc 'old-style function definition' warnings.wmeier1-1/+1
2011-05-31Declare the snapshot_length as unsigned.cmaynard3-3/+3
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.rbalint1-0/+10
2011-05-29Remove unused varable:etxrab1-1/+1
2011-05-29From Martin Warnes:etxrab1-181/+371
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