aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-1/+1
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. svn path=/trunk/; revision=20231
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+1
warning in the 802.11 dissector. svn path=/trunk/; revision=20053
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-2/+2
support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses Windows-specific data types, but can be converted to use glib equivalents. Add a few text and whitespace fixups. svn path=/trunk/; revision=20049
2006-10-07Alejandro Vaquero:Jörg Mayer1-1/+60
Add portaudio v19 support in addition to v18: Here is a patch using the API 2 (v19). I tested it only in Windows. Attached also the Windows v19 zip file used. I did not modify the Makefile.nmake to download this new version (when running the "setup"), because Windows v18 it is still good. svn path=/trunk/; revision=19446
2006-09-23rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it ↵Ulf Lamping1-1/+0
twice svn path=/trunk/; revision=19299
2006-09-12various nmake related build file cleanupsUlf Lamping1-18/+7
svn path=/trunk/; revision=19198
2006-09-10minor cleanup for making codecsBill Meier1-1/+0
svn path=/trunk/; revision=19184
2006-09-02Fix path and name.Anders Broman1-2/+0
svn path=/trunk/; revision=19120
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris1-7/+2
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
2006-08-30From Alejandro Vaquero:Anders Broman1-4/+27
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19094
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-13/+13
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-04-20if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using ↵Ulf Lamping1-1/+4
the user-guide.chm file) svn path=/trunk/; revision=17932
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-1/+2
The Windows-native routines were integrated by inserting #if GTK_MAJOR_VERSION >= 2 && _WIN32 win32_native_routine(GDK_WINDOW_HWND(top_level->window)); return; #endif at the beginning of each GTK+ file routine. There's probably a prettier way to do this. Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything seems to work. Fix up whitespace. svn path=/trunk/; revision=17285
2006-02-07Paolo Abeni:Jörg Mayer1-1/+1
>There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. svn path=/trunk/; revision=17200
2005-02-20Replace some spaces by TAB to make vim with syntax highlighting happyJörg Mayer1-1/+1
svn path=/trunk/; revision=13437
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-2/+4
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-1/+5
svn path=/trunk/; revision=12021
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-07remove doxygen output dir "html" on make cleanUlf Lamping1-2/+3
svn path=/trunk/; revision=11332
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
wrapper around "link /lib", and not all Microsoft C compiler distributions provide "lib". svn path=/trunk/; revision=11242
2004-06-25doxygen changes:Jörg Mayer1-7/+7
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238
2004-06-04add more details for doxygenUlf Lamping1-2/+12
svn path=/trunk/; revision=11107
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping1-2/+15
svn path=/trunk/; revision=11044
2004-05-20added a depend to ethereal-tap-register.c,Ulf Lamping1-2/+2
so adding a gtk-tap will regenerate this file svn path=/trunk/; revision=10924
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+2
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-01-22added new Makefile.common just like in root,Ulf Lamping1-86/+16
including sources common in Makefile.am and Makefile.nmake svn path=/trunk/; revision=9776
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsUlf Lamping1-2/+1
svn path=/trunk/; revision=9770
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-1/+2
saving the states in the recent file svn path=/trunk/; revision=9726
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-9/+5
to add functionality or improve performance, although, until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count on the performance improvements, or make its API different from that of the GtkClist API (other than names). Move all the code that knows about the packet list into gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is encapsulated inside it. svn path=/trunk/; revision=9608
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris1-2/+1
directory. svn path=/trunk/; revision=9487
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-1/+2
more ways to choose which packets can be saved, in the save(as) dialog box svn path=/trunk/; revision=9476
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-1/+2
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327
2003-12-12From Michael Lum:Guy Harris1-1/+3
Fix point code display. Add taps for ANSI MAP and ISUP statistics. svn path=/trunk/; revision=9247
2003-12-09From Michael Lum:Guy Harris1-1/+2
new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.Guy Harris1-5/+6
Tweak some Makefile.nmake whitespace. svn path=/trunk/; revision=9159
2003-11-20From Lars Roland:Guy Harris1-2/+2
- added a pointer to raw rtp data to _rtp_info that can be used by taps; - RTP packets are passed to the tap queue only if they are not error packets (so that you don't need to filter out ICMP packets) - use that pointer in rtp_stream, so it handles packets with padding, and should handle RTP packets fragmented across lower-level packets - moved rtp_stream from tap sources to normal files (prevents on-start-up registration of the rtp_stream tap listener) - rtp_stream tap gets registered/unregistered with the "RTP Streams" dialog box i.e. the tap is registered as long as the dialog box is open. Alternatively, it is de-/registered on demand if RTP Analysis is called directly on a packet. - rtp_stream tap listener no longer uses a filter in dissection ` and does not need to have a proto tree being built. (performance increase) - fixed: RTP Streams list will get updated in real time if the dialog box is open while a redissection takes place. svn path=/trunk/; revision=9051
2003-11-19added supported_protos_dlg.objUlf Lamping1-1/+2
svn path=/trunk/; revision=9019
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=8978
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.cUlf Lamping1-1/+2
svn path=/trunk/; revision=8968
2003-11-07Nothing here should require zlib.h, so we shouldn't need to doGuy Harris1-2/+1
"/I$(ZLIB_DIR)". svn path=/trunk/; revision=8910
2003-11-05update for LDAPRonnie Sahlberg1-1/+2
measure the response time for some LDAP commands and add a service response time dialog for it svn path=/trunk/; revision=8885
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris1-1/+2
svn path=/trunk/; revision=8794
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-1/+2
svn path=/trunk/; revision=8707
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+4
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-2/+4
svn path=/trunk/; revision=8529
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-4/+10
containing a pointer to an interface name and possibly a pointer to an interface description (although that pointer might be null if no description is available), rather than having the Windows version glue together the name and description into a single string. Supply for the Linux "any" device the same description that libpcap's "pcap_findalldevs()" returns. svn path=/trunk/; revision=8440
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-2/+5
svn path=/trunk/; revision=8345
2003-08-29Add endpoint talkers support for FDDI to ethereal and tetherealRonnie Sahlberg1-1/+2
Welcome FDDI into the endpoint talkers family. Nobody gets left behind! svn path=/trunk/; revision=8310
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=8240
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=8223