do not use * wildcard which is not supported by Windows commandline
[metze/wireshark/wip.git] / wiretap / ngsniffer.c
2008-02-12 Stig BjørlykkeAdd a cast.
2008-02-10 Guy HarrisDo the time calculations with 64-bit integers, rather...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-03-09 Gerald CombsFix a possible NULL dereference (Coverity CID 33).
2005-10-22 Guy HarrisUpdate URL for Sniffer manual, and expand a comment...
2005-10-22 Guy HarrisAdd #defines for the DOS Sniffer network types and...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-09-15 Guy HarrisImprove the heuristic for Frame Relay, and move that...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2003-10-25 Guy HarrisAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-03-03 Guy HarrisHandle packet direction information for SDLC Sniffer...
2003-01-31 Guy HarrisAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2003-01-14 Guy HarrisWe don't know what, in captures with a major version...
2003-01-11 Guy HarrisIf it doesn't begin with FF 00 it can't be LANE LE...
2003-01-10 Guy HarrisRename the "version" argument to "process_header_record...
2003-01-10 Guy HarrisIt looks as if a value of 0xfa in the second byte of...
2003-01-10 Guy HarrisThe Sniffer file formats include a file to identify...
2003-01-09 Guy HarrisThe checksum in DOS ATM Sniffer files appears to be...
2003-01-09 Guy HarrisIt appears that ATM sniffer files with 4.x versions...
2003-01-07 Guy HarrisIf the Windows Sniffer writes out one of its ATM captur...
2003-01-06 Guy HarrisDon't interpret NET_HDLC as LAPB/X.25 - sometimes it...
2003-01-03 Guy HarrisAdd support for SDLC encapsulation in DOS Sniffer captu...
2003-01-03 Guy HarrisWell, at least some version 5 captures have type 7...
2003-01-03 Guy HarrisWell, it's not as simple as "version 5 internetwork...
2003-01-03 Guy HarrisRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-12-20 Guy HarrisUpdate some comments.
2002-12-20 Guy HarrisMake "infer_pkt_encap()" take a pointer and length...
2002-12-20 Guy HarrisSupply more information about "WAN/Synchronous" captures.
2002-12-20 Richard SharpeThis adds the beginning of support for Wellfleet HDLC...
2002-11-10 Guy HarrisUpdate comments to reflect some information inferred...
2002-11-09 Guy HarrisIt appears that 0x80 in the fs field of an ISDN packet...
2002-11-09 Guy HarrisAttempt to handle REC_HEADER2 records in major version...
2002-11-01 Guy HarrisFix up the handling of WAN captures somewhat, based...
2002-11-01 Guy HarrisConvert the "maj_vers" field of a REC_VERS record to...
2002-10-31 Guy HarrisDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-06-04 Guy HarrisThe "sequential_close" routine for a capture file type...
2002-05-04 Guy HarrisFix capture-file-specific "close output" routines to...
2002-04-30 Guy HarrisReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-04-25 Guy HarrisCast the sum of "ngsniffer->rand.nextout" and "delta...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 Guy HarrisFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-11 Guy HarrisOh, what the heck, write out FDDI and bit-swapped FDDI...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-25 Gilbert RamirezGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-08-25 Guy HarrisThe return value from "fwrite()" is a "size_t"; make...
2001-07-15 Guy HarrisFixes, from Scott Renfro, for some calls to "localtime...
2001-07-06 Guy HarrisRemove a comment that no longer applies - we no longer...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2001-01-17 Guy HarrisUpdate a comment to reflect reality (we no longer skip...
2001-01-17 Jeff FosterFixed potential buffer overflow in skip_header_records...
2001-01-16 Guy HarrisUpdate a comment to reflect reality (we no longer skip...
2001-01-16 Jeff FosterMoved settingg wth->file_encap from sniffer_encap to...
2001-01-16 Guy HarrisCode to get a putative network subtype from a type...
2001-01-08 Guy HarrisCode to handle Frame Relay Sniffer captures, from Jeff...
2000-11-29 Guy HarrisCatch Sniffer packets where the record length for a...
2000-11-19 Guy Harris"wtap_read()" must *always* set "*err" when it returns...
2000-11-11 Guy HarrisWe have to set "x25.flags" in the Wiretap pseudo-header...
2000-10-17 Gerald CombsAdd initial support for "type 12" frames. I have no...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-08-12 Guy HarrisInitialize "last_blob" and "current_blob" when the...
2000-08-11 Guy HarrisIf we have a random stream open for a compressed Sniffe...
2000-07-26 Guy HarrisUse unsigned character pointers and arrays rather than...
2000-06-28 Guy HarrisDon't reposition the random stream in "ngsniffer_open...
2000-06-15 Guy HarrisPatch from Joerg Mayer to fix a problem reading Sniffer...
2000-06-15 Guy HarrisPatch from Joerg Mayer to fix a problem reading Sniffer...
2000-05-25 Guy HarrisSupport for reading compressed Sniffer files, from...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-12 Guy HarrisUse "htoles()" rather than "pletohs()" to convert host...
2000-05-10 Guy HarrisRename the "private" member of a "wtap_dumper" structur...
2000-03-22 Guy HarrisIn a Network Monitor capture file, get the starting...
2000-02-19 Guy HarrisUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-14 Olivier AbadChanged the meaning of the 0x80 bit in "fs" in a frame2...
1999-12-11 Guy HarrisPut in a private data structure hanging off the "wtap_d...
1999-12-11 Olivier AbadCorrect timestamp calculation in ngsniffer_dump
1999-12-09 Olivier AbadAdd support to Wiretap for writing sniffer capture...
1999-11-29 Guy HarrisUpdate one more comment.
1999-11-29 Guy HarrisUpdate some comments.
1999-11-28 Guy HarrisAdd in a comment about the "fs" and "flags" fields...
1999-11-27 Guy HarrisSigh. Apparently "Internetwork analyzer" covers a...
1999-10-05 Guy HarrisBetter handle errors from zlib:
1999-09-30 Guy HarrisA "time units" value of 5 means "microseconds", accordi...
next