Add Windows version info resource.
[obnox/wireshark/wip.git] / wiretap /
2006-11-29 etxrabFroim Rene Pilz:
2006-11-27 guyMap a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CP...
2006-11-27 guyAdd Wiretap encapsulation type for IEEE 802.16 MAC...
2006-11-18 ulflboth recent fixes of warnings don't compile on Win32...
2006-11-17 martinmTry to squash 2 more warnings seen on buildot
2006-11-14 martinmFix possible build error + warnings seen on buildbot
2006-11-14 martinm- Use 64-bit indexes into file for packet locations...
2006-11-12 geraldAdd a plain "radiotap.channel" field to the radiotap...
2006-11-07 guyUpdate to describe all that the read routine needs...
2006-11-06 ulflfix the return value of file_seek, as noted by Steve
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-10-24 jmayerParts of bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-10-23 martinm- Fix problems with parsing sctpprim headers
2006-10-23 tuexenUse G_GINT64_CONSTANT to handle 64-bit constants in...
2006-10-20 wmeierfix 'save' to store hi-order 32 bits of time offset...
2006-10-19 guyIf we have to use Lex or Flex, check whether we found...
2006-10-13 jmayerPaolo Abeni:
2006-10-10 sahlbergFrom Paolo Abeni
2006-10-04 etxrabFrom Martin Warnes:
2006-10-03 martinm- Add special case for reading strange encoding of...
2006-09-29 jakeFrom: Rolf Fiedler
2006-09-28 jakeFrom Rolf Fiedler:
2006-09-12 geraldGet rid of a compiler warning.
2006-09-05 martinmFor DCT2000, show better transport info:
2006-09-05 jmayerpropset, add $Id: $ and copyright headers
2006-09-05 jmayerOK, as I haven't had any negative feedback, I'm adding...
2006-09-04 martinmPartial implementation of UMTS FP. Currently only...
2006-08-18 guyRework some of the header processing, to handle some...
2006-08-17 etxrabFrom Hannes Gredler:
2006-08-07 martinmWasn't allocating big enough frame buffer!
2006-08-02 martinm- Removes last traces of 'board ports only' preference...
2006-07-26 guyThe nettl_file_hdr structure has a fixed format, as...
2006-07-26 jmayerpostadal@suse.cz:
2006-07-04 guyFix indentation.
2006-07-04 guyDon't test a variable in a loop if its value never...
2006-06-23 ulfladd file extension information (filter "*.pcap;*.cap...
2006-06-23 guyRemove definition of catapult_dct2000_board_ports_only...
2006-06-22 ulflhopefully, the win32 buildbot will compile again :-(
2006-06-20 geraldChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-06-17 sahlbergfix coverity "bug" 184 (false positive)
2006-06-14 etxrabFrom Martin Mathieson:
2006-06-11 etxrabFrom Martin Mathieson:
2006-06-06 geraldEthereal -> Wireshark
2006-05-31 geraldRename the main executable to "wireshark", along with...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthareal->Wireshark
2006-05-23 etxrabFrom Martin Mathieson:
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-05-19 guySquelch some compiler warnings (a time_t might be an...
2006-05-15 guyGLib 1.2[.x] doesn't have g_sprintf(), it just has...
2006-05-15 guyFix some compiler warnings.
2006-05-08 galBasic Encoding Rules (BER) encoded file reading. Not...
2006-04-24 etxrabFrom Martin Mathieson:
2006-04-23 etxrabFix CID: 150
2006-04-19 etxrabFrom Martin Mathieson:
2006-04-19 guyThe first item in the network load EIP appears to be...
2006-04-17 etxrabFrom Martin Mathieson:
2006-04-16 guyGet rid of the unused WTAP_ENCAP value - holes in the...
2006-04-16 guyAdd some missing little-endianizing.
2006-04-16 guyAdd a loop to process TLVs in the file header.
2006-04-16 guyMove file format definitions to the header file.
2006-04-15 jakeSake Blok wrote....
2006-04-15 etxrabFrom Martin Mathieson:
2006-04-14 ulflfrom Martin Mathieson: add catapult_dct2000.h
2006-04-14 etxrabSVN properties...
2006-04-14 etxrabFrom Martin Mathieson:
2006-04-14 guySkip non-data records. Fixes bug 767.
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...
next