Better read NTP LSW from the right spot
[obnox/wireshark/wip.git] / wiretap /
2006-03-30 etxrabFrom Martin Mathieson:
2006-03-29 jakeThe header will be there, just make sure the date is...
2006-03-27 etxrabFrom Martin Warnes:
2006-03-27 geraldFix a possible NULL dereference (bug 827 / CID 145...
2006-03-22 etxrabFrom Mertin Wrnes:
2006-03-17 jakeFrom Martin Warnes:
2006-03-11 legoRemove an entire horde of off-by-one errors pointed...
2006-03-09 geraldFix a possible NULL dereference (Coverity CID 33).
2006-03-08 legoAnother off by one error found by coverity (CID 83...
2006-03-08 legoCoverity's run 14 CID 82.
2006-03-02 etxrabFrom Daniele Orlandi:
2006-02-22 etxrabAdd makefile.nmake
2006-02-17 ulfleven if we don't want to close stdout on wtap_dump_clos...
2006-01-12 jakeThe attached patch to fix bug 663 allows Ethereal to...
2006-01-07 ulfldon't claim to be an erf file if it isn't (e.g. if...
2006-01-06 ulflcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-05 ulflWin32: set stdout to binary mode in wtap_dump_fdopen...
2005-12-31 ulflbugfix to #649: first convert to microseconds, then...
2005-12-19 legoAdd support for Juniper GGSN generated pcap files.
2005-11-27 guyFail if *any* of the fields in the per-packet header...
2005-11-25 etxrabFrom Martin Warnes:
2005-11-12 ulflminor mkdir bugfix from Gisle Vanem
2005-11-10 guyInclude <unistd.h> if available, to get "close()" declared.
2005-11-07 guyThe problem wasn't that <sys/stat.h> wasn't being inclu...
2005-11-07 ulfladd file_util.h so distcheck might work
2005-11-07 guyYou need <sys/stat.h>, if present, to use fstat().
2005-11-07 guyThe standard <dirent.h> routines to rewind and close...
2005-11-07 guyIf we're using libz, make file_open() construct the...
2005-11-07 ulflas mkstemp makes trouble and is only used once in util...
2005-11-06 guyGet rid of CRs and set svn:eol-style to native, so...
2005-11-06 ulflObviously, <glib/gstdio.h> is available since GLib...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-26 etxrabFrom Mark C Brown,
2005-10-24 legoforgot this from the last commit
2005-10-24 lego- packet records with AAL5 Pdus or AAL2 Sdus contain...
2005-10-22 guyUpdate URL for Sniffer manual, and expand a comment...
2005-10-22 guyAdd #defines for the DOS Sniffer network types and...
2005-10-18 guy"aalt5_len" in the ATM pseudo-header is not guaranteed...
2005-10-13 legomake sure tham when more than one stack file is used...
2005-10-11 etxrabFrom Ignacio Goyret
2005-10-06 etxrabFrom Rene Pilz,
2005-10-04 guyA heuristic that only treats packets that appear to...
2005-10-04 etxrabFrom Rene Piltz:
2005-09-20 etxrabFrom Hannes Gredler:
2005-09-14 ulfladded compression support for capture file output....
2005-09-09 guyFrom Bill Meier:
2005-09-08 geraldFix more problems found by Steve Grubb, along with...
2005-08-30 ulflAdd support for slightly modified libpcap file format...
2005-08-29 guyGet rid of the old file header definition.
2005-08-28 guyFrom Bill Meier:
2005-08-28 guyEthereal requires 64-bit integrer support; do the time...
2005-08-28 guyGet rid of a no-longer-true comment.
2005-08-26 guyFix indentation, and fix a comment.
2005-08-26 guyEthereal now requires 64-bit integer support, so get...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-22 legoTwo fixes to tektronix k12 import:
2005-08-20 guy"ascend-grammar.h" is generated by Bison with a copy...
2005-08-20 jmayer- Include the .h files in their .c files.
2005-08-20 jmayerAdd -Wmissing-declarations -Wwrite-strings to extra...
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-18 guyTry yet another scheme for handling time stamps; realti...
2005-08-12 etxrabFrom Hannes Gredler
2005-08-03 geraldDon't assume ints are 32 bits. Fixes a recent Buildbot...
2005-08-02 jmayerInclude the .h files into the .c files. That way we
2005-07-22 jmayerFix some warnings (and one of my previous 'fixes')
2005-07-22 etxrabFrom Hannes Gredler:
2005-07-22 jmayerMore 'char*' -> 'const char*' warning fixes
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-07-08 guyMake nettl file header items containing strings "gchar...
2005-07-05 jmayerReplace Chris Lydick by Robert Long as Author of the...
2005-07-02 jmayerChris Lydick: Support for Sniffer 2.003 files.
2005-06-30 sahlbergmake reading of observer files work again
2005-06-17 lego- Write rf5 files (I don't think tektronix software...
2005-06-16 guyNote that the WAN_CAPTYPE value of 4 can correspond...
2005-06-16 legothird and last(?) iteration on the import routines...
2005-06-13 legouse a helper dissector to show k12 files.
2005-06-10 legoFixed indentation and removed control characters, in...
2005-06-10 legoInitial checkin of the 32 bit tektronix k12 binary...
2005-06-04 guyFix some more leaks in error returns from open routines...
2005-05-30 geraldFrom Steve Grubb: Fix a memory leak. Fixes part of...
2005-05-17 etxrabFrom Mark C Brown,:
2005-05-13 gramAdd WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL for
2005-05-11 sahlbergFrom Hannes Gredler
2005-05-02 tuexen- Add support for libpcap files for MTP2 with a per...
2005-04-07 sahlbergupdating Mark C Browns information
2005-04-03 guyFix up the table of encapsulation type strings to match...
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2005-04-01 sahlbergFrom Mark C Brown NETTL updates
2005-03-20 guy"*p++" doesn't affect what "p" points to; it only affec...
2005-03-18 sahlbergfrom Thierry Martin
2005-03-01 guyThe DBS Etherwatch file handler does look for a magic...
2005-02-24 jmayerMinor fixes
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2005-02-05 geraldFrom Josh Bailey:
2005-02-03 jmayerMark C. Brown: Added support for new ixgbe card
2005-02-03 guyGive a URL for the ERF specification.
2005-01-31 guyFrom Florian Lohoff: Redback SmartEdge SE400/800 tcpdum...
2005-01-29 guyAdd some notes about stuff discovered by Ken Mann.
2005-01-28 guyFrom Yoshihiro Oyama: support "-" as a file name, refer...
next