aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-3/+13
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-05-10From Hans-Peter Bock:Jaap Keuter1-0/+1
Attached to this post you find a patch for integration into wireshark that adds a dissector for SERCOS III, ethertype 0x88cd. svn path=/trunk/; revision=25270
2008-04-27Add adns_dll.dep and adns_dll.rc to the tarball, as requested by SakeStig Bjørlykke1-0/+2
and indicated by Anders. svn path=/trunk/; revision=25183
2008-04-16remove the copied xpm stock icon files from SVN and use the "GTK built in" ↵Ulf Lamping1-8/+0
stock icons this will also prevent us from showing different stock icons for "our" xpm stock icons and the "system defaults". GTK (for Windows?) changed the icon theme somewhere around V2.10 (or later?) and/or the user might use a different icon theme, so this isn't an esoteric case ;-) svn path=/trunk/; revision=25075
2008-04-14Fix "make distcheck"Jörg Mayer1-7/+12
Reorder some files to alphabetical order Fix "make rpm-package" for out-of-tree builds svn path=/trunk/; revision=25032
2008-04-14add stock icons for expert info and flow graphUlf Lamping1-0/+2
svn path=/trunk/; revision=25012
2008-04-13Renamed image/win32-file-dlg.rc to image/file_dlg_win32.rcStig Bjørlykke1-1/+1
svn path=/trunk/; revision=24988
2008-04-06remove the deleted stock items from the distribution list (missed some not ↵Ulf Lamping1-7/+0
mentioned in the mail) svn path=/trunk/; revision=24804
2008-04-06remove the deleted stock items from the distribution listUlf Lamping1-8/+0
svn path=/trunk/; revision=24802
2008-04-04Fix bug #2405: build debian-package broken: misspelled variable in Makefile.amStephen Fisher1-1/+1
svn path=/trunk/; revision=24768
2008-03-16Don't link plugins against libwireshark: any program that loads the dissectorJeff Morriss1-24/+2
plugins should already be linked against libwireshark. Don't link capinfos and editcap against libwireshark: they only needed to be because the plugins were linked against libwireshark (see rev 24123 and the ensuing discussion on -dev). capinfos and editcap: don't complain if plugins fail to load: dissector plugins should fail to load because they need libwireshark. I am assuming here that wiretap plugins don't need libwireshark (I've never seen such a plugin but LEGO's code and comments suggest this is the case). (The goal of this checkin is to stop linking capinfos and editcap against libwireshark while still allowing wiretap plugins. Since we don't have any such plugins in the tree I do somewhat doubt the need for all this but I don't want to be the one to remove the functionality.) svn path=/trunk/; revision=24650
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs1-4/+24
confirmation that the OS X package works on at least one system other than my laptop. svn path=/trunk/; revision=24640
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+1
This plugin implements a dissector for Infiniband. It is released under the GPL v2. Rather than using say libpcap to capture raw (unframed) IP packets from near the top of an IPoIB stack, this plugin dissects link level Infiniband frames. Infiniband trace files can be read from Endace ERF format trace files, or from libpcap DLT_ERF files containing ERF TYPE_INFINIBAND records. There is currently no native DLT_INFINIBAND in libpcap. Each record contains a hardware timestamp, capture metadata such as port Id, and a complete link level Infiniband frame starting from the Local Route Header. svn path=/trunk/; revision=24628
2008-02-26Add files to the tarball that are necessary to compile and createGerald Combs1-0/+4
packages under Windows. svn path=/trunk/; revision=24466
2008-02-24Include docbook/ws.css in the release tarball, as we need it forGuy Harris1-3/+5
building man pages. Make ws.css in the current directory depend on $(srcdir)/docbook/ws.css, not just docbook/ws.css, so that builds work outside the source directory. Clean up ws.css in the current directory when doing "make distclean". svn path=/trunk/; revision=24449
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs1-11/+14
pod2html supports the "--css" flag). Package up the CSS file, and add missing HTML files where needed. svn path=/trunk/; revision=24428
2008-02-19Add rawshark.rc.in to tarball.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24388
2008-02-16Fix compilation on non-Windows systems.Gerald Combs1-4/+30
svn path=/trunk/; revision=24340
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-0/+9
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2008-01-31Split out the Gmb application AVP:s to at least make it simpler to handle theAnders Broman1-0/+1
AVP "collision". http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1494 svn path=/trunk/; revision=24236
2008-01-17Now that we have wiretap plugins, capinfos and editcap need to be linked ↵Jeff Morriss1-3/+25
against libwireshark (because the non-wiretap plugins use it but also init_progfile_dir() is in epan and they use that to load the plugins) svn path=/trunk/; revision=24123
2007-12-20TShark doesn't need setuid permissions any more.Gerald Combs1-1/+0
svn path=/trunk/; revision=23925
2007-12-14Added icon_color_*.xpm to Makefile.amStig Bjørlykke1-0/+10
svn path=/trunk/; revision=23863
2007-12-12Add missing files to the distribution.Gerald Combs1-0/+8
svn path=/trunk/; revision=23849
2007-12-06Another attempt to fix Jörg Mayer1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1413 We need to make sure that things look the way we expect them, no matter which language the user is using. svn path=/trunk/; revision=23784
2007-11-30Add a directory argument and some default directories to "configureGerald Combs1-3/+6
--with-libsmi". svn path=/trunk/; revision=23676
2007-11-20Add the portableapps files to the distribution.Gerald Combs1-5/+11
svn path=/trunk/; revision=23521
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-1/+2
retaining CAP_NET_ADMIN and CAP_NET_RAW. Update some Makefile dependencies for dumpcap. svn path=/trunk/; revision=23511
2007-11-11From Valery Sigalov:Anders Broman1-0/+10
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 svn path=/trunk/; revision=23428
2007-11-10Add MacOS X version next to the Darwin version in version outputs.Stephen Fisher1-2/+3
svn path=/trunk/; revision=23418
2007-11-06Fix some typos.Anders Broman1-0/+1
svn path=/trunk/; revision=23376
2007-10-16text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows. ↵Jeff Morriss1-0/+1
Make it depend on libwiretap on *NIX, too, only to keep things in sync. svn path=/trunk/; revision=23209
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman1-1/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15From Peter Johansson:Anders Broman1-0/+1
addressing the compilation problems svn path=/trunk/; revision=23188
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new ↵Martin Mathieson1-0/+11
top-level wimaxasncp folder. svn path=/trunk/; revision=23184
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-3/+3
svn path=/trunk/; revision=22934
2007-08-30Fixed a typo: setuid-root.in -> setuid-root.pl.inStig Bjørlykke1-1/+1
Added setuid-root.pl to svn:ignore svn path=/trunk/; revision=22744
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+1
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733
2007-08-27Get smi_modules in the distribLuis Ontanon1-1/+2
svn path=/trunk/; revision=22694
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-2/+1
svn path=/trunk/; revision=22635
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
svn path=/trunk/; revision=22558
2007-08-13Add etsie2e4.xml to Makefile.amMartin Mathieson1-0/+1
svn path=/trunk/; revision=22495
2007-08-12as noted by Stig Bjørlykke: Also adding "services" to pkgdata_DATA will ↵Ulf Lamping1-2/+2
install the services file correctly. svn path=/trunk/; revision=22488
2007-08-12add IANA port-numbers file as a file named "services", with some minor ↵Ulf Lamping1-0/+1
explanations from me at the top of that file add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-0/+1
Makefile.nmake files; currently, it has the (F)lex-to-C rule and a .SUFFIXES pseudo-rule to add .l to the list of suffixes. Have Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get that rule. The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the right names for the files in question. Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate". svn path=/trunk/; revision=22437
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-0/+1
Makefile.am files; currently, it has the (F)lex-to-C rule. Have Makefile.am files with .l.c rules include Makefile.am.inc to get that rule. svn path=/trunk/; revision=22436
2007-07-13Add some missing files from the doc directory, and sort them in theGuy Harris1-4/+10
order that "ls" produces them. svn path=/trunk/; revision=22302
2007-06-21Add DTD file for xcap-error (RFC 4825)Martin Mathieson1-0/+1
svn path=/trunk/; revision=22148
2007-06-17Have editcap and capinfos compile --without-pluginsLuis Ontanon1-2/+9
Should go in 0.99.6 svn path=/trunk/; revision=22116
2007-06-12Diameter update:Martin Mathieson1-0/+1
- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces) - other small corrections svn path=/trunk/; revision=22079