aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09From Madhusudhan M:Anders Broman1-1/+3
Cisco and Vodafone Diameter AVP:s I have axtracted the relevant vendor AVP:s and separated them out in Vendor specific xml files. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5972 svn path=/trunk/; revision=37627
2011-06-08From Michael Mann:Anders Broman1-1/+0
Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman1-1/+0
svn path=/trunk/; revision=37597
2011-06-07Add more missing files.Anders Broman1-0/+1
svn path=/trunk/; revision=37593
2011-06-07Add files to distribution.Anders Broman1-0/+1
svn path=/trunk/; revision=37589
2011-05-31Add abi-descriptor.template to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=37490
2011-05-31Add top-level dumpabi target.Balint Reczey1-0/+5
svn path=/trunk/; revision=37476
2011-05-27Remove some stuff again.Anders Broman1-7/+0
svn path=/trunk/; revision=37437
2011-05-27Include missing files in distribution.Anders Broman1-0/+9
svn path=/trunk/; revision=37435
2011-05-26Add FindGMODULE2.cmake and FindGTHREAD2.cmake to the dist.Anders Broman1-0/+2
svn path=/trunk/; revision=37409
2011-05-25Add new dictionary from freeradius.org: GIT 2.1.x branch.Bill Meier1-0/+1
svn path=/trunk/; revision=37385
2011-05-24Update list of radius dictionary files to reflect adds/deletes.Bill Meier1-2/+12
svn path=/trunk/; revision=37380
2011-05-19Add pdml2html.xsl to the source tarball.Guy Harris1-1/+2
(Can we have a macro that has everything in pkgdata_DATA except for COPYING, and use that macro in both the definition of pkgdata_DATA and EXTRA_DIST?) svn path=/trunk/; revision=37314
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-1/+1
My attachment adds a link to a XSLT file to the preamble of the PDML. The XSLT will transform the PDML to a HTML page, and the HTML page features a look similar to Wireshark. See http://cubic.org/~doj/ebay/a.pdml for an example. The patch also contains a small perl program which converts the Wireshark colortable into javascript code which is used in the XSLT file. If you want to use a different color scheme you would execute the perl program and insert the generated javascript function into your XSLT file. To view the HTML you could either place the PDML and XSLT file on your webserver and verify that your webserver sends the PDML file as "text/xml". Then your webbrowser will find the linked XSLT file, download that as well and convert the PDML to HTML on the fly. You could also use an XSLT processor like xsltproc to convert the PDML and XSLT into a static HTML file. From me: Minor fixups. svn path=/trunk/; revision=37298
2011-05-12More OS X installer fixes and tweaks.Gerald Combs1-0/+4
svn path=/trunk/; revision=37107
2011-05-12Another attempt to fix the OS X .dmg builds.Gerald Combs1-1/+1
svn path=/trunk/; revision=37106
2011-04-13capinfos and editcap need PYTHON_DIR when we have Python enabled.Gerald Combs1-2/+2
svn path=/trunk/; revision=36626
2011-01-04Drop Python dissectors directory flag from programs that don't have dissectors.Jaap Keuter1-5/+5
Win32: remove superfluous dumpcap build dependancy on wiretap. svn path=/trunk/; revision=35365
2011-01-04Free dumpcap from linking to wiretap.Jaap Keuter1-1/+0
svn path=/trunk/; revision=35353
2010-12-06Update the location of make-manuf.Gerald Combs1-1/+0
svn path=/trunk/; revision=35133
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵Stephen Fisher1-0/+5
(hopefully without breaking any builds) svn path=/trunk/; revision=35032
2010-11-18From Taras Kotov: Anders Broman1-0/+1
Add RADIUS dictionary for vendor Eltex. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415 svn path=/trunk/; revision=34943
2010-11-16Split libui into libui and libui_dirty. The latter contains (only)Jeff Morriss1-1/+2
text_import_scanner.c (which is generated and not by us so we can't guarantee that it's clean). svn path=/trunk/; revision=34912
2010-10-13Add a wireshark file stock icon.Anders Broman1-0/+1
svn path=/trunk/; revision=34496
2010-10-04Don't remove the services file. It isn't built in the same way thatGerald Combs1-2/+1
sminmpec.c is. svn path=/trunk/; revision=34373
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch theGerald Combs1-1/+5
IANA port-numbers file and save it to "services". Use it to update "services". svn path=/trunk/; revision=34371
2010-08-03Remove the up/down arrow images. They haven't been used in a very longGerald Combs1-2/+0
time. svn path=/trunk/; revision=33693
2010-07-15Only link programs that call stuff in Application Services or CoreGuy Harris1-4/+5
Foundation with those frameworks. svn path=/trunk/; revision=33541
2010-07-15Move the code to get version information for libraries used byGuy Harris1-2/+0
libwireshark into libwireshark, and call it only in programs linked with libwireshark. That way, programs that don't link with libwireshark don't have to link with libgcrypt or libgnutls solely so that they can say that they're linked with a particular version of libgcrypt or libgnutls. Don't link dumpcap with libgcrypt or libgnutls any more. svn path=/trunk/; revision=33531
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-1/+6
svn path=/trunk/; revision=33386
2010-06-05Back out r33088 for now.Gerald Combs1-1/+0
svn path=/trunk/; revision=33102
2010-06-04From Matt Poduska via bug 1957 (with minor changes):Gerald Combs1-0/+1
New dissector (plugin) to support decode of the EPCglobal Low-Level Reader protocol (see llrp.org for more information). This dissector has passed fuzz testing. svn path=/trunk/; revision=33088
2010-05-31Wireshark requires routines from libm, such as ceil(), so link with it;Guy Harris1-1/+1
we shouldn't rely on getting it pulled in by other shared libraries, as 1) there's no guarantee that the other shared libraries we use are linked with it or will continue to be linked with it; 2) there's no guarantee that we're even linking dynamically; 3) it fails on Fedora 13 as part of a change to catch programs that implicitly (or explicitly) assume, in their build procedures, that they'll get libraries linked in as a result of linking with other libraries. svn path=/trunk/; revision=33028
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-27/+0
svn path=/trunk/; revision=33012
2010-05-18Add CPackConfig.txt to the tarball.Jaap Keuter1-1/+2
svn path=/trunk/; revision=32859
2010-05-17Add CMakeOptions.txt to the source distributionJeff Morriss1-0/+1
svn path=/trunk/; revision=32837
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+43
svn path=/trunk/; revision=32807
2010-04-27Fix a typo in a commentJeff Morriss1-1/+1
svn path=/trunk/; revision=32580
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs1-1/+1
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
2010-04-08Add --enable-setcap-install and --with-dumpcap-group.Gerald Combs1-3/+11
svn path=/trunk/; revision=32421
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