The Kerberos-over-UDP dissector can decide not to dissect packets, so it
[obnox/wireshark/wip.git] / wiretap /
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...
2004-02-13 guyGet rid of unused variables and #defines.
2004-02-12 guyUse "guint8" for 8-bit binary data.
2004-02-12 guyNote that 164 is reserved for Juniper chassis-internal...
2004-02-11 guyMap WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11...
2004-02-11 guyFrom Rolf Fiedler: support for reading EyeSDN USB S0...
2004-02-09 guyCast the arguments to <ctype.h> macros to "guchar"...
2004-02-09 guyAdd extra {} to "avoid ambiguous `else'", to quote...
2004-02-08 jmayerMove -pedantic back to extra-gcc-flags, as glib generat...
2004-02-07 jmayerDon't build as shared *and* static by default
2004-02-07 jmayerIgnore byproducts of shared lib compilation
2004-02-06 guyWhether frames in an AiroPeek V9 802.11 capture have...
2004-02-06 guyA MediaSubType value of 1 also means 802.11. (Is that...
2004-02-06 guyMake sure a packet has one and only one length field...
2004-02-06 guyThe time stamps in *Peek V9 files appear to be in nanos...
2004-02-06 guyEthernet frames appear to have 4 bytes of 0 at the...
2004-02-06 guyV9 format appears to be used by some versions of EtherP...
2004-02-06 guyFix up a comment to note that this is also used for...
2004-02-06 guySort the link-layer type values a little better.
2004-01-29 guyThe DLT_ value 127 is being used for the BSD radio...
2004-01-28 guyFrom Tomas Kukosa: reserve private WTAP_ENCAP values...
2004-01-27 guySupply a pseudo-header for all 802.11 packets; add...
2004-01-26 guyFix a compiler warning.
2004-01-25 guyDon't muck with the Ethernet pseudo-header if we have...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 jmayerFix all fixable warnings
2004-01-19 guyIt appears that, for ISDN captures, the rules for wheth...
2004-01-10 obiotAdd -Wbad-function-cast to extra gcc flags.
next