aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.def
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Export those file_ routines that Wiretap plugins would use (othersGuy Harris1-0/+8
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-14/+2
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+1
2012-04-25Add wtap_dump_fdopen_ngAnders Broman1-0/+1
2012-02-26Make it possible to edit capture commentsAnders Broman1-0/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-0/+1
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-0/+2
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-0/+1
2012-01-23In the table of capture file types, have:Guy Harris1-1/+1
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-1/+2
2011-05-11Export wtap_fstat()Tomas Kukosa1-0/+1
2011-04-14Export new file_...() functions from libwiretap.dllTomas Kukosa1-0/+9
2011-04-08Make wtap plugins build on windows again.Anders Broman1-0/+1
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-0/+3
2010-11-13Try to fix the build for text_import_scanner.Anders Broman1-0/+1
2010-05-08Add wtap_cleareof().Guy Harris1-0/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-9/+0
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-7/+0
2007-12-27export more buffer functions from wiretapTomas Kukosa1-0/+3
2007-12-08wtap_process_pcap_packet() is gone; remove it from the list of exportedGuy Harris1-1/+0
2007-11-27fix mpa_... problemsUlf Lamping1-4/+13
2007-06-13turns out that wtap_pkthdr was not exportable!Luis Ontanon1-1/+0
2007-06-13Export all that's exportable from libwiretap.dllLuis Ontanon1-20/+27
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon1-1/+4
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping1-0/+1
2007-05-04Add a plugin interface to wiretap.Luis Ontanon1-0/+4
2007-03-22Added mpeg exportsGraham Bloice1-0/+8
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-0/+9
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping1-0/+2
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-1/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-0/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-1/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-32/+32
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+0
2002-06-13Export the new wtap_process_pcap_packet routine.Guy Harris1-0/+1
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-0/+1
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-0/+1
2001-07-05"wtap_file()" is no longer in Wiretap, so don't try to export it fromGuy Harris1-1/+0
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-0/+31