aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-18From KATAOKA Toshihiro:Anders Broman1-0/+1
Diameter Mobile IPv6 is not decoded. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4597 (I added some more IANA updates as well). svn path=/trunk/; revision=32235
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2010-02-10Use automake to build things in docbook/ .Jeff Morriss1-3/+1
This at least gets the docbook source distributed, as requested in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871 Still to do: 1) get out-of-source-tree builds working 2) automatically check that everything is distributed with distcheck (requires (1) but it may also require building the docbook directory as part of "make all") 3) (optional) use automake rules to actually build the stuff (currently Makefile.am is basically some automake stuff wrapped around standard Makefile rules. Could this done better?) svn path=/trunk/; revision=31858
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke1-1/+1
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. svn path=/trunk/; revision=31525
2010-01-10Fix 'make rpm-package' so it works again ...Bill Meier1-2/+2
Specifically: configure.in was changed in SVN 31068 to "Switch to .tar.bz2 for the "dist" target since that's what most people download". So: This patch has the required additional changes. svn path=/trunk/; revision=31481
2010-01-01Added osx-install target, to copy Wireshark.app to /ApplicationsStig Bjørlykke1-0/+6
svn path=/trunk/; revision=31403
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs1-1/+2
svn path=/trunk/; revision=31191
2009-11-18Add and remove doc icons from the distribution.Gerald Combs1-15/+20
svn path=/trunk/; revision=31007
2009-11-15From Alejandro Vaquero:Anders Broman1-0/+7
Add RTP player to "RTP Stream Analysis" and makeover of VoIP flow https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4240 svn path=/trunk/; revision=30967
2009-11-12Add a USB network icon.Gerald Combs1-0/+2
svn path=/trunk/; revision=30941
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs1-8/+0
pixbuf versions of the wired, wireless, and bluetooth interface icons to gtk/network_icons.h. In the interface list use the new icons in all their alpha-channel-infested glory. Add Makefile targets for rebuilding the pixbuf files. svn path=/trunk/; revision=30922
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs1-5/+5
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator images. Add prettier indicator images. The "chat" indicator is more blue in order to differentiate it from the "none" indicator; make the chat text background more blue to match. svn path=/trunk/; revision=30825
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-3/+2
svn path=/trunk/; revision=30284
2009-10-04Add rdps.py to EXTRA_DIST in tools/Makefile.am insteadKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30282
2009-10-04Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=30281
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29643
2009-07-09Revised packaging for the Radius directory:Bill Meier1-2/+66
include new Radius dictionary files & etc. svn path=/trunk/; revision=29043
2009-07-08Add missing packaging file (according to Debian Policy Manual).Jaap Keuter1-0/+1
svn path=/trunk/; revision=29007
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-1/+1
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). svn path=/trunk/; revision=28920
2009-06-26From Sebastien Decugis:Anders Broman1-0/+1
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849
2009-06-21Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, andJeff Morriss1-159/+5
AUTHORS-SHORT) into doc/. This cleans up the top-level Makefile.am (no more need to have rules for each man page in both files) and solves the parallel-build problem described in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3494 svn path=/trunk/; revision=28784
2009-06-01Fix a typo in PYTHON_DIR.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28568
2009-05-31From Kovarththanan Rajaratnam's patch in bug 3500:Stig Bjørlykke1-1/+1
Added info about python version. svn path=/trunk/; revision=28543
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-9/+16
* ability to write dissectors with python for wireshark. documentation (http://wiki.wireshark.org/Python) svn path=/trunk/; revision=28529
2009-05-26Add the FIX build files to the distribution.Gerald Combs1-1/+12
svn path=/trunk/; revision=28479
2009-04-02From Naoyoshi Ueda:Anders Broman1-0/+2
Radius dissector enhancement to support WiMAX vendor specific attributes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3176 svn path=/trunk/; revision=27937
2009-03-11Port rdps from C to Python. This makes it easier to cross-compileGerald Combs1-7/+3
Wireshark on Windows. The GNU toolchain changes have not been tested. svn path=/trunk/; revision=27704
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27492
2009-02-13add a (Windows only) bluetooth network interface iconUlf Lamping1-0/+2
svn path=/trunk/; revision=27447
2009-02-12Package the newly added network_virtual_16.xpmJörg Mayer1-0/+1
svn path=/trunk/; revision=27435
2009-02-11add support for a simple GeoIP based IP Location Map, more details will ↵Ulf Lamping1-1/+2
follow on the dev-list svn path=/trunk/; revision=27433
2009-02-03The new icon files were missing from the distribution list.Jörg Mayer1-0/+6
svn path=/trunk/; revision=27360
2009-02-03Get rid of FAQ file completely: It's still available as help/faq.txtJörg Mayer1-5/+3
svn path=/trunk/; revision=27359
2009-01-17Do not include dev stuff not ready for prime time yet.Michael Tüxen1-17/+2
svn path=/trunk/; revision=27256
2009-01-17Get rid of trailing whitespace.Michael Tüxen1-3/+18
svn path=/trunk/; revision=27255
2009-01-16Add the idl dir to distro (third try).Anders Broman1-1/+1
svn path=/trunk/; revision=27248
2009-01-16Add the idl dir to distro (second try).Anders Broman1-2/+2
svn path=/trunk/; revision=27246
2009-01-16Add the idl dir to distro.Anders Broman1-3/+35
svn path=/trunk/; revision=27242