aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-1/+3
svn path=/trunk/; revision=11247
2004-06-25doxygen changes:Jörg Mayer1-12/+5
- 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-23Add "gtk/webbrowser.h" to declare functions from "gtk/webbrowser.c".Guy Harris1-2/+3
Rename "browser_open_program_file()" to "browser_open_data_file()", and make it open files relative to the application's data directory, as that's where data files such as HTMLized man pages would be put. (That happens to be the program directory on Windows, but it's a different directory on UN*X - and you aren't guaranteed to be able to find the program directory on UN*X by looking at argv[0] in any case.) Move it to "gtk/webbrowser.c". Fix "filename2url()" to put "file://", not just "file:", in front of pathnames on UN*X. svn path=/trunk/; revision=11216
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-1/+2
do some font related renaming/code cleanup svn path=/trunk/; revision=11166
2004-06-09Remove config.nmake dependencies from epan/Makefile.am and gtk/Makefile.am.Gerald Combs1-2/+2
svn path=/trunk/; revision=11130
2004-06-09Add Automake/Autoconf Doxygen targets.Gerald Combs1-1/+16
svn path=/trunk/; revision=11128
2004-06-03Make static some routines and variables not used outside the source fileGuy Harris1-1/+2
defining them. Move declarations of some callbacks outside the source files using them into the appropriate header, and arrange that the appropriate header is included by those source files. Move the SAT_E definition into a "sat.h" file, included both by "endpoint_talkers_table.h" and "hostlist_table.h", so that both of the latter headers can be included by the same file ("menu.c" has to include both, as per the change in the previous paragraph). svn path=/trunk/; revision=11096
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping1-1/+2
svn path=/trunk/; revision=11044
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanGuy Harris1-1/+2
embedding a declaration in "gtk/about_dlg.c". Do the Authors page in the About dialog on UN*X as well as on Windows. svn path=/trunk/; revision=10951
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-1/+2
"create an About dialog" function's declaration to "gtk/about_dlg.h". svn path=/trunk/; revision=10941
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-1/+2
also added some preferences and a new preference page for this svn path=/trunk/; revision=10729
2004-04-23Add gsm_map_stat.h and mtp3_stat.h to the distribution.Gerald Combs1-1/+3
svn path=/trunk/; revision=10667
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping1-1/+2
and put it into new range_utils files. This will avoid: a) duplicate code in save and print dialog and b) yet another code duplication for future dialogs (export, ...) svn path=/trunk/; revision=10665
2004-02-22tcp_graph.h is no longer needed, as the tap mechanism is now usedUlf Lamping1-2/+1
svn path=/trunk/; revision=10182
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris1-1/+2
svn path=/trunk/; revision=10120
2004-02-19added missing distribution filesUlf Lamping1-1/+2
svn path=/trunk/; revision=10110
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris1-1/+2
"tap_menu.h" file, and have the Ethereal taps include that rather than "menu.h", so we don't have to worry about making sure we've included <stdio.h> to define FILE, etc. just because some "menu.h" functions require it. svn path=/trunk/; revision=10031
2004-01-22Move the list of headers to "Makefile.am" (it's not used byGuy Harris1-3/+50
"Makefile.nmake"), and rename it to "noinst_HEADERS", as that's what automake requires. svn path=/trunk/; revision=9780
2004-01-22added new Makefile.common just like in root,Ulf Lamping1-212/+7
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-5/+1
svn path=/trunk/; revision=9770
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-1/+5
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-3/+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-3/+1
directory. svn path=/trunk/; revision=9487
2003-12-29range.h moved from gtk to .Jörg Mayer1-2/+1
svn path=/trunk/; revision=9484
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-1/+4
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/+5
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-2/+3
Tweak some Makefile.nmake whitespace. svn path=/trunk/; revision=9159
2003-11-20From Lars Roland:Guy Harris1-2/+3
- 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_dlgUlf Lamping1-1/+5
svn path=/trunk/; revision=9020
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/+3
svn path=/trunk/; revision=8968
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/+5
svn path=/trunk/; revision=8707
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-3/+11
svn path=/trunk/; revision=8529
2003-09-24Renamed gktclist.[ch] to gtkclist_v12.[ch] to avoid conflicts with theOlivier Abad1-3/+3
real gtkclist.h file when building the gtk+ v2 gui. svn path=/trunk/; revision=8527
2003-09-10Albert Chin:Jörg Mayer1-1/+4
- AM_PROC_LIBTOOL is just an alias for AC_PROG_LIBTOOL, which is called earlier. - Use AM_CPPFLAGS instead of CFLAGS and CPPFLAGS to add inlude directories svn path=/trunk/; revision=8445
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-1/+5
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
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table ↵Ronnie Sahlberg1-6/+14
with a list of all seen conversations of a certain type. Supported types are Ethernet/TokenRing/IP/UDP and TCP. Will add FibreChannel soon. The framework for this feature needs to be enhanced in the future so that by selecting one entry and click the right mousebutton, this will bring up a menu with Prepare/Match options with suboptions for AnyDirection, ForwardOnly or ReverseOnly which updates the display filter accordingly. Had to update some of the taps as well to change them to use a proper address structure for the address fields. We should now be able to to these stats correctly even for ip tunneled over ip tunnelled over ip ... svn path=/trunk/; revision=8222
2003-06-25Service Response Time measurements and statistics for Fibre ChannelRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=7932
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly ↵Ronnie Sahlberg1-1/+5
known as RoundTripTime) table and change the table into a scrollable CList. As a first conversion to use the helper routines, convert DCERPC SRT statistics to use the new interface. This prevents some interfaces (SAMR/LSA) that contains a huge number of procedures from creating a huge table that does not fir on the screen. Later changes to the helpers may be to make the different columns sortable or to hide those procedures that has not been seen in the capture. svn path=/trunk/; revision=7903
2003-04-25From Lars Roland:Guy Harris1-1/+5
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561
2003-04-24From Didier Gautheron: the files being processed by make-tapreg-dotc areGuy Harris1-2/+2
in srcdir, not top_srcdir. svn path=/trunk/; revision=7551
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris1-7/+1
item. Convert all Ethereal (GUI) taps to use "register_tap_menu_item()" rather than having hardcoded menu items in "gtk/menu.c". svn path=/trunk/; revision=7541