aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libwiretap.vcproj
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-5/+1
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss1-1/+1
svn path=/trunk/; revision=45231
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss1-445/+445
svn path=/trunk/; revision=41654
2009-09-24Update *.vcproj to visual studio 8Anders Broman1-1/+2
svn path=/trunk/; revision=30111
2009-06-15Rename all of the ascend files:Jörg Mayer1-4/+4
That way we hopefully won't need the runlex.sh hack any more. Also the ylwrap stuff is (hopefully) obsolete. ascend.[hc] -> ascendtext.[hc] ascend-scanner.l -> ascend_scanner.l ascend-grammar.y -> ascend.y svn path=/trunk/; revision=28744
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-8/+0
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-8/+0
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File ↵Ulf Lamping1-0/+8
Format" - this is incomplete and buggy, be careful! svn path=/trunk/; revision=24079
2007-12-08Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofGuy Harris1-8/+0
no-longer-needed wiretap/wtap-capture.h. Clean up wiretap/libwiretap.vcproj (note: this isn't going to scale, if it has to contain a list of all the files, as most committers will be editing only Makefile.common files). svn path=/trunk/; revision=23803
2007-09-09translate some german to englishUlf Lamping1-2/+2
svn path=/trunk/; revision=22832
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping1-0/+460
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831