aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2007-11-25Corrected setting of "warnings_as_errors_default".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23577
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs1-1/+2
svn path=/trunk/; revision=23531
2007-11-21Bump the trunk to 0.99.8.Gerald Combs1-1/+1
svn path=/trunk/; revision=23525
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-0/+32
retaining CAP_NET_ADMIN and CAP_NET_RAW. Update some Makefile dependencies for dumpcap. svn path=/trunk/; revision=23511
2007-11-19Added p7 to build environment.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=23493
2007-11-10Quote a "Checking for" message.Guy Harris1-1/+1
svn path=/trunk/; revision=23420
2007-11-10Update comment, clean up message.Guy Harris1-11/+7
svn path=/trunk/; revision=23419
2007-11-10Add MacOS X version next to the Darwin version in version outputs.Stephen Fisher1-5/+9
svn path=/trunk/; revision=23418
2007-11-02new H.282 (RDC) and H.283 (LCT) dissectorsTomas Kukosa1-0/+2
svn path=/trunk/; revision=23339
2007-10-29add a asn2wrs generated T.125 MCP dissectorRonnie Sahlberg1-0/+1
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets svn path=/trunk/; revision=23307
2007-10-26H.501 Mobility protocol implementedTomas Kukosa1-0/+1
svn path=/trunk/; revision=23275
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-0/+1
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
2007-10-17new H.323 dissectorTomas Kukosa1-0/+1
- Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles svn path=/trunk/; revision=23216
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-15Remove Ethercat from the makefiles(second try)Anders Broman1-1/+0
svn path=/trunk/; revision=23180
2007-10-15Remove Ethercat from the makefilesAnders Broman1-1/+1
svn path=/trunk/; revision=23179
2007-10-14Forgotten file.Anders Broman1-0/+1
svn path=/trunk/; revision=23175
2007-10-10Finish conversion (well, almost, need to add theJörg Mayer1-0/+8
generation stuff to the x.../Makefile.common. I love circular dependencies. svn path=/trunk/; revision=23138
2007-10-10Fix two typos: ansi_tcap --> ansi-tcapBill Meier1-1/+1
svn path=/trunk/; revision=23137
2007-10-10Split tcap into tcap and ansi-tcap. Just assume that all theJörg Mayer1-0/+2
extra asn files belong to ansi-tcap. svn path=/trunk/; revision=23134
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer1-0/+8
svn path=/trunk/; revision=23127
2007-10-09Last set of changes to convert Makefiles for todayJörg Mayer1-0/+8
svn path=/trunk/; revision=23119
2007-10-09More Makefile conversionsJörg Mayer1-0/+5
svn path=/trunk/; revision=23116
2007-10-09More Makefile updatesJörg Mayer1-0/+3
svn path=/trunk/; revision=23113
2007-10-09Convert to new Makefile structure. Rename some files toJörg Mayer1-0/+3
use same spelling as generated protocol name. svn path=/trunk/; revision=23104
2007-10-08Convert h450 to new Makefile structure. Split h450.rosJörg Mayer1-0/+2
out into h450-ros. svn path=/trunk/; revision=23102
2007-10-08h225, h235 and h248 was moved to new Makefile structureStig Bjørlykke1-0/+3
svn path=/trunk/; revision=23097
2007-10-08change QSIQ ASN.1 dissector to the new makefile structureTomas Kukosa1-0/+1
svn path=/trunk/; revision=23091
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer1-0/+7
Renamed the gsmmap template files to not contain an _ svn path=/trunk/; revision=23083
2007-09-30Try xdg-open before htmlview.Stig Bjørlykke1-3/+9
svn path=/trunk/; revision=23035
2007-09-27Convert asn1/dap/Jörg Mayer1-0/+1
svn path=/trunk/; revision=22997
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa1-0/+4
svn path=/trunk/; revision=22996
2007-09-25Change some additional protocols to the new build systemJörg Mayer1-0/+5
svn path=/trunk/; revision=22958
2007-09-25Convert acp133 to new build structure.Jörg Mayer1-1/+2
Update some svn:ignore files, remove no longer needed Makefiles svn path=/trunk/; revision=22957
2007-09-25I forgot to commit the necessary change to configure.in,Jörg Mayer1-0/+6
so the distcheck failed. Fix that. svn path=/trunk/; revision=22953
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-54/+0
svn path=/trunk/; revision=22934
2007-09-17Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22895
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson1-0/+1
svn path=/trunk/; revision=22801
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-9/+10
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-26libsmi: Small fix and add a commentJörg Mayer1-1/+2
svn path=/trunk/; revision=22668
2007-08-25get libsmi into the pictureLuis Ontanon1-1/+13
svn path=/trunk/; revision=22661
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-1/+0
svn path=/trunk/; revision=22635
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff1-9/+3
plugindir at configure time. Instead leave it to be defined at make time, which means it can then be changed by, eg, changing $prefix. This also means moving the definition of PLUGIN_DIR from config.h to a -D in CPPFLAGS. svn path=/trunk/; revision=22617
2007-08-22Postpone checking if dumpcap is enabled until after we have checked if we ↵Jeff Morriss1-18/+33
have libpcap or not: if not, don't bother trying to build dumpcap. svn path=/trunk/; revision=22592
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
svn path=/trunk/; revision=22558
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromGuy Harris1-16/+0
a source release tarball without having Flex (think of a source release tarball being as much a platform-independent distribution format for people *not* interested in development, and who are on platforms for which there aren't binary packages, as a way of getting the source to do development). Don't check Flex's capabilities in the configure script (handling reentrant scanners would have to be done differently). svn path=/trunk/; revision=22414
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris1-0/+16
them - check whether Flex supports them. svn path=/trunk/; revision=22410
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitGuy Harris1-9/+12
integral data types, so we handle LP64 platforms if "gint64" is just a "long int". svn path=/trunk/; revision=22281
2007-06-21default value of --with-gcrypt must be set to yes.Sebastien Tandel1-1/+1
svn path=/trunk/; revision=22157