aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Updates based on stuff seen in a new capture.Guy Harris1-21/+58
2011-10-28It appears that the "packet" records are actually "stuff from the ISDNGuy Harris1-10/+63
2011-10-28The version string field isn't followed by 20 bytes of stuff; the last 8Guy Harris1-2/+11
2011-10-27Fix cut-and-pasteo that happened not to cause a problem on *P64Guy Harris1-22/+1
2011-10-26Add some debugging code; the current code doesn't work when compiledGuy Harris1-0/+21
2011-10-26Put the magic number into the aethra_hdr structure, to avoid compilerGuy Harris1-11/+13
2011-10-26Add the code to read Aethra files.Guy Harris1-0/+1
2011-10-26Ok, we found what appears to be the capture start time. Use it.Guy Harris1-5/+38
2011-10-26It appears that the octet in the record header after the record lengthGuy Harris1-27/+42
2011-10-26Avoid warnings.Guy Harris1-1/+3
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris5-1/+259
2011-10-21From Huzaifa Sidhpurwala of Red Hat Security Response Team:Gerald Combs1-0/+20
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