aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libwiretap.vcproj
AgeCommit message (Collapse)AuthorFilesLines
2009-09-24Update *.vcproj to visual studio 8etxrab1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30111 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-15Rename all of the ascend files:jmayer1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28744 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-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_*. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25354 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25330 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File ↵ulfl1-0/+8
Format" - this is incomplete and buggy, be careful! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24079 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-08Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23803 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-09translate some german to englishulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22832 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵ulfl1-0/+460
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22831 f5534014-38df-0310-8fa8-9805f1628bb7