aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Speed up (slightly) reading of long text lines.Martin Mathieson1-10/+33
2011-07-10Move the definitions of LANalyzer records to lanalyzer.c.Guy Harris2-160/+155
2011-07-10Define a structure for the record header, and read into that, and thenGuy Harris1-33/+18
2011-07-10At that point in the code, bytes_read isn't the total number of recordGuy Harris1-3/+3
2011-07-08Change the way we scan past characters before the direction indicator.Martin Mathieson1-6/+9
2011-07-04Explain a bit more what this does.Guy Harris1-0/+9
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-1/+2
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026Alexis La Goutte1-1/+2
2011-06-15Try to squelch some compiler warnings.Guy Harris1-2/+2
2011-06-15Squelch some compiler warnings.Guy Harris1-1/+1
2011-06-15Strings are not writable, and the compiler warns that assigning aGuy Harris1-1/+1
2011-06-10Fix capinfo: ** ERROR **: Unknown capture file type 61Jakub Zawadzki1-1/+5
2011-06-09The only place where we care about zlib is file_wrappers.c; includeGuy Harris3-8/+6
2011-06-09Fix possible compilation errors.Jakub Zawadzki1-10/+9
2011-06-09- Add something to columns when using mime-encapJakub Zawadzki2-3/+2
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki6-174/+197
2011-06-09Move the copyright notice and the config.h include to the top of theGerald Combs1-2/+4
2011-06-09Make sure we don't write invalid record lengths.Gerald Combs1-0/+6
2011-06-08Limit the lengths of some of our patterns. Fixes an infinite loop foundGerald Combs1-16/+16
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-2/+1
2011-06-07Add more missing files.Anders Broman1-0/+1
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey50-4/+147
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
2011-05-31Fix some gcc 'old-style function definition' warnings.Bill Meier1-1/+1
2011-05-31Declare the snapshot_length as unsigned.Chris Maynard3-3/+3
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-05-29Remove unused varable:Anders Broman1-1/+1
2011-05-29From Martin Warnes:Anders Broman1-181/+371
2011-05-17Declare wtap_dump_has_name_resolution().Guy Harris1-0/+1
2011-05-17* Don't declare a used arg as unused.Michael Tüxen1-3/+2
2011-05-13From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix anGerald Combs1-0/+9
2011-05-11Check our original record length. Fixes a crash bug found by HuzaifaGerald Combs1-0/+10
2011-05-11Fix a wrong name in a debug print statement.Michael Tüxen1-1/+1
2011-05-11Export wtap_fstat()Tomas Kukosa1-0/+1
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris1-23/+36
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris4-51/+53
2011-05-09Note that compressed Windows Sniffer files might have a CRC, just notGuy Harris1-0/+9
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris8-24/+45
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris4-11/+9
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sGuy Harris2-11/+30
2011-05-03Note what NetMon 3 actually uses various types for.Guy Harris1-5/+5
2011-05-03Set the pseudo-header regardless of whether we have a trailer or not.Guy Harris1-42/+47
2011-05-03It appears that, in NetMon 802.11 captures, management frames have anGuy Harris1-104/+176
2011-05-03Squelch a compiler warning - but note, in a comment, a real problem theGuy Harris1-1/+2
2011-05-03Fix indentation (tab stops are not guaranteed to be every 4 spaces).Guy Harris1-352/+352
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris4-231/+452
2011-04-29configure: remove test for gzclearerr (not used anymore), add test for inflat...Jakub Zawadzki1-3/+16
2011-04-28From Hans-Christoph Schemmel:Anders Broman3-1/+7