| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for reading Apple's Bluetooth PacketLogger capture files to | Stephen Fisher | 2009-02-16 | 1 | -1/+4 |
* | From Duncan Salerno: | Jaap Keuter | 2009-01-07 | 1 | -1/+6 |
* | Fix some indentation | Bill Meier | 2009-01-04 | 1 | -13/+13 |
* | Added support for open TNEF files directly. | Stig Bjørlykke | 2008-11-27 | 1 | -1/+9 |
* | Fix for bug 2875: | Jaap Keuter | 2008-09-15 | 1 | -10/+21 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -29/+29 |
* | From Shane Kearns (bug 2237): | Stig Bjørlykke | 2008-02-03 | 1 | -2/+6 |
* | add very experimental support for pcapng "PCAP Next Generation Dump File Form... | Ulf Lamping | 2008-01-13 | 1 | -1/+7 |
* | Add writing support for the CommView file format. | Stephen Fisher | 2007-11-26 | 1 | -1/+1 |
* | Initial checkin of support to read TamoSoft's CommView packet capture files | Stephen Fisher | 2007-11-24 | 1 | -0/+6 |
* | (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717) | Sake Blok | 2007-08-17 | 1 | -1/+11 |
* | From Stephen Donnelly of Endace: | Guy Harris | 2007-06-08 | 1 | -1/+1 |
* | Actually implement wtap_register_file_type() and have it returning the ID of ... | Luis Ontanon | 2007-06-06 | 1 | -11/+35 |
* | fix win32 build by using wtap_get_num_file_types() instead of direct variable... | Ulf Lamping | 2007-05-05 | 1 | -0/+5 |
* | Add a plugin interface to wiretap. | Luis Ontanon | 2007-05-04 | 1 | -32/+41 |
* | add support for the text export format of textronix k1[25] | Luis Ontanon | 2007-05-02 | 1 | -1/+6 |
* | From Shaun Jackman | Ronnie Sahlberg | 2007-03-22 | 1 | -0/+5 |
* | Froim Rene Pilz: | Anders Broman | 2006-11-29 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -2/+2 |
* | add file extension information (filter "*.pcap;*.cap" and default extension "... | Ulf Lamping | 2006-06-23 | 1 | -114/+153 |
* | Ethereal -> Wireshark | Gerald Combs | 2006-06-06 | 1 | -3/+3 |
* | ethereal->wireshark updates | Ronnie Sahlberg | 2006-05-22 | 1 | -1/+1 |
* | Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo... | Graeme Lunt | 2006-05-08 | 1 | -1/+7 |
* | From Martin Mathieson: | Anders Broman | 2006-04-14 | 1 | -0/+5 |
* | even if we don't want to close stdout on wtap_dump_close(), we might at least... | Ulf Lamping | 2006-02-17 | 1 | -1/+4 |
* | code cleanup: use "-" for all places, where stdin/stdout is meant | Ulf Lamping | 2006-01-06 | 1 | -2/+2 |
* | Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ... | Ulf Lamping | 2006-01-05 | 1 | -0/+6 |
* | From Martin Warnes: | Anders Broman | 2005-11-25 | 1 | -0/+11 |
* | If we're using libz, make file_open() construct the open() flag | Guy Harris | 2005-11-07 | 1 | -1/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -19/+8 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -80/+200 |
* | Add support for slightly modified libpcap file format with nanosecond resolut... | Ulf Lamping | 2005-08-30 | 1 | -0/+4 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -0/+1 |
* | - Write rf5 files (I don't think tektronix software will be able to read thes... | Luis Ontanon | 2005-06-17 | 1 | -1/+1 |
* | Initial checkin of the 32 bit tektronix k12 binary format (rf5) | Luis Ontanon | 2005-06-10 | 1 | -2/+9 |
* | The DBS Etherwatch file handler does look for a magic number (the word | Guy Harris | 2005-03-01 | 1 | -1/+1 |
* | From Yoshihiro Oyama: support "-" as a file name, referring to the | Guy Harris | 2005-01-28 | 1 | -4/+40 |
* | From Mark C. Brown: add support for writing nettl files. | Guy Harris | 2004-10-11 | 1 | -2/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -6/+1 |
* | From Joe Marcus Clarke: force the standard output to be in binary mode | Guy Harris | 2004-04-28 | 1 | -3/+6 |
* | From Rolf Fiedler: support for reading EyeSDN USB S0 trace files. | Guy Harris | 2004-02-11 | 1 | -1/+7 |
* | V9 format appears to be used by some versions of EtherPeek, too. | Guy Harris | 2004-02-06 | 1 | -2/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -4/+5 |
* | From Martijn Schipper: support for reading AiroPeek files in V9 capture | Guy Harris | 2003-12-02 | 1 | -1/+7 |
* | It's RedHat, not Red Hat. | Richard Sharpe | 2003-12-01 | 1 | -2/+2 |
* | From Scott Emberley: support for writing Network Instruments Observer | Guy Harris | 2003-11-06 | 1 | -2/+2 |
* | From Scott Emberley: support for reading Network Instruments version 9 | Guy Harris | 2003-10-31 | 1 | -1/+7 |
* | From Marcel Holtmann: support for reading Linux Bluez Bluetooth stack | Guy Harris | 2003-10-30 | 1 | -1/+7 |