aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.def
Commit message (Expand)AuthorAgeFilesLines
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-9/+0
* Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2008-05-201-7/+0
* export more buffer functions from wiretapTomas Kukosa2007-12-271-0/+3
* wtap_process_pcap_packet() is gone; remove it from the list of exportedGuy Harris2007-12-081-1/+0
* fix mpa_... problemsUlf Lamping2007-11-271-4/+13
* turns out that wtap_pkthdr was not exportable!Luis Ontanon2007-06-131-1/+0
* Export all that's exportable from libwiretap.dllLuis Ontanon2007-06-131-20/+27
* Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon2007-06-061-1/+4
* fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping2007-05-051-0/+1
* Add a plugin interface to wiretap.Luis Ontanon2007-05-041-0/+4
* Added mpeg exportsGraham Bloice2007-03-221-0/+8
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-0/+9
* add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping2006-06-231-0/+2
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-1/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-0/+1
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-1/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-32/+32
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-1/+0
* Export the new wtap_process_pcap_packet routine.Guy Harris2002-06-131-0/+1
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-0/+1
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-0/+1
* "wtap_file()" is no longer in Wiretap, so don't try to export it fromGuy Harris2001-07-051-1/+0
* The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez2001-03-231-0/+31