aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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
2009-01-08fix non-Windows dumpcap linking, it uses version_info which requires GnuTLS libsTomas Kukosa1-0/+1
svn path=/trunk/; revision=27197
2008-12-22Bugfix: "make rpm-package" would fail if help/faq.txt didn't exist already.Jörg Mayer1-1/+1
The reason was that FAQ incorrectly depended on help/faq.txt. Correct dependency is, that both files depend only on the generator. svn path=/trunk/; revision=27080
2008-12-14From Didier Gautheron (bug 3121):Stig Bjørlykke1-1/+1
User srcdir in Makefiles for faq.py. svn path=/trunk/; revision=26996
2008-12-13Update faq.py to generate a full HTML document by default. Pull in a typoGerald Combs1-1/+6
fix from FAQ. Update the makefiles to build help/faq.txt and FAQ. Remove help/faq.txt and FAQ from the repository, since they're automatically generated now. Remove the make-faq script. svn path=/trunk/; revision=26980
2008-12-09From Alexis La Goutte (bug 3104):Stig Bjørlykke1-0/+1
Add Aruba dictionary. svn path=/trunk/; revision=26945
2008-10-30From Marc Moussali:Anders Broman1-2/+2
Make it easier to add custom plugins. svn path=/trunk/; revision=26627
2008-10-25Make the vgcore glob a little less restrictive.Gerald Combs1-1/+1
svn path=/trunk/; revision=26548
2008-10-22aclocal-fallback/glib.m4 and aclocal-fallback/gtk.m4 are no longer part ofGerald Combs1-2/+0
the distribution. svn path=/trunk/; revision=26513