aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Removed newencap as it's unused.Stig Bjørlykke1-2/+1
2011-10-12From Tobias Witek: Anders Broman1-0/+1
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:Bill Meier2-12/+12
2011-10-04From Andrew Kampjes:Anders Broman1-18/+29
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-13Skip extra info if present (IP with LTE PDCP threading info).Martin Mathieson1-2/+12
2011-09-06Don't synthesize a CRC if the packet already has one.Guy Harris1-5/+17
2011-09-03Check return value from wtap_dump_file_write.Stig Bjørlykke1-1/+2
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris4-44/+20
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris36-215/+230
2011-09-01Set eth.fcs_len in the pseudo-header for Ethernet packets.Guy Harris1-30/+39
2011-08-31Not ideal, but OK for now - alignbytes, at that point, is < 8, so weGuy Harris1-3/+2
2011-08-31Try using gint64 for alignbytes.Stig Bjørlykke1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke4-3/+218
2011-08-30Handle multiple extension headers when calculating the pseudo-headerGuy Harris1-3/+35
2011-08-30A zero snaplen means "snaplen unknown", as in "the file format fromGuy Harris1-1/+2
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
2011-08-11From Hanspeter via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6229 :Jeff Morriss1-6/+6
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