aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-10-04From Andrew Kampjes:etxrab1-18/+29
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-13Skip extra info if present (IP with LTE PDCP threading info).martinm1-2/+12
2011-09-06Don't synthesize a CRC if the packet already has one.guy1-5/+17
2011-09-03Check return value from wtap_dump_file_write.stig1-1/+2
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().guy4-44/+20
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy36-215/+230
2011-09-01Set eth.fcs_len in the pseudo-header for Ethernet packets.guy1-30/+39
2011-08-31Not ideal, but OK for now - alignbytes, at that point, is < 8, so weguy1-3/+2
2011-08-31Try using gint64 for alignbytes.stig1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:stig4-3/+218
2011-08-30Handle multiple extension headers when calculating the pseudo-headerguy1-3/+35
2011-08-30A zero snaplen means "snaplen unknown", as in "the file format fromguy1-1/+2
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-08-11From Hanspeter via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6229 :morriss1-6/+6
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