Make dissect_CBA_Connection_Data again available for plugins (although
[obnox/wireshark/wip.git] / wiretap /
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...
2005-01-20 guyFrom Hannes Gredler: support for Juniper's DLT_JUNIPER_...
2005-01-16 guyWhen we get an EOF, only return WTAP_ERR_SHORT_READ...
2005-01-14 guyNote that the low-order bit of hdr->hdr_2_x.xxx[8]...
2005-01-03 guyAdd some more comments about the FCS issue.
2005-01-03 guyGive a bit more information on the "are there FCSes...
2005-01-03 guyRename the CAPTYPE_ definitions as appropriate - many...
2005-01-03 guyFrom James Fields and Kevin Johnson: fix the handling...
2004-12-21 jmayerSmall Whitespacechange
2004-12-09 guyNote that the link-layer types 170 and 171 are reserved...
2004-12-07 guyAdd an entry for the new DLT_GPRS_LLC (so that nobody...
2004-12-04 jmayerFix some typos
2004-12-04 jmayerUpdates by Martin Regner
2004-12-04 jmayerAdd a bit of info that should be present in a capture
2004-11-22 jmayerBackup some notes on Airmagnet capture file format...
2004-10-30 guyCheck for errors from all calls to "file_getc()".
2004-10-29 guyAs Sam Leffler notes, the radiotap header isn't BSD...
2004-10-19 guyFrom Mark C. Brown:
2004-10-17 guyfile_hdr.network is one byte long, so don't use htoles...
2004-10-14 guyFrom Mark C. Brown: add 100VG support.
2004-10-12 guyFrom Mark C. Brown: support dumping files with the...
2004-10-12 guyCorrectly update the count of bytes dumped.
2004-10-12 ulflfix MSVC unused magic warning
2004-10-11 guyFrom Mark C. Brown: add support for writing nettl files.
2004-10-06 guyFrom Mark C. Brown: add EISA 100BaseTX, EISA FDDI,...
2004-10-05 guyFrom Mark C. Brown: support for the NETTL_SUBSYS_HPPB_F...
2004-10-01 guyFrom Mark C. Brown: add the HP-PB FDDI card type, altho...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-09-19 guyFrom Mark C. Brown: fix support for nettl NETTL_SUBSYS_...
2004-09-15 guyImprove the heuristic for Frame Relay, and move that...
2004-09-12 ulflto prevent problems reported by David Richards, don...
2004-09-04 guyFrom Mark C. Brown:
2004-07-27 guyRename HEADER_FILES to NONGENERATED_HEADER_FILES, so...
2004-07-26 guyAdd a missing backslash.
2004-07-26 guyAdd a Makefile.common for Wiretap, and have Makefile...
2004-07-23 guyFrom Graham Bloice: add resources to wiretap.dll.
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-16 guyThis shouldn't be checked in, as it's generated from...
2004-07-08 guyIf we don't know the board type in a Lanayzer capture...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulfldefine of O_BINARY not needed, if fcntl.h is included
2004-06-16 guyTo return an EOF indication, return FALSE from the...
2004-06-07 guyAdd an encapsulation type for BACnet MS/TP, and map...
2004-06-01 jmayerIt really helps when you change the default from gtk1...
2004-04-28 guyFrom Joe Marcus Clarke: force the standard output to...
2004-04-14 obiotAt last compiling on CygWin works again! Added the...
2004-04-02 guyFrom Mark C. Brown: add support for FDDI and Token...
2004-04-02 guyFrom Rolf Fiedler: fix a comment, and fix the code...
2004-03-30 guyFrom Albert Chin: "config.h" should come before all...
2004-03-27 jmayerSome aclocal warning fixes during autogen.sh
2004-03-27 guyFrom Mark C. Brown: add support for iether (dual-port...
2004-03-24 obiotFix the CLEANFILES target so both static and shared...
2004-03-23 guyAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-03-23 guyClean up the code to check the file type.
2004-03-19 guyIn the read routine, set the 802.11 pseudo-header for
2004-03-17 guy"esc_read()" is passed a FILE_T, not a FILE_T * - a...
2004-03-13 jmayerMake libethereal and libwiretap shared libs.
2004-03-11 guyAdd support for DLT_ value 99, as used by the Axent...
2004-03-06 guyFrom Jeff Morriss: delete "ascend-grammar.c" and "ascen...
2004-03-04 guyGet rid of an out-of-date comment.
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-03-03 jmayerRequire autoconf 2.53 and automake 1.6
2004-03-03 guySet the packet encapsulation value to the file encapsul...
2004-02-19 guyA DLT_ value of 13, in a Nokia-format capture, appears...
next