aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
The groups are, technically, independent of the notion of a menu, and, if we have mechanisms by which taps that are not only GUI toolkit-independent but independent of the *existence* of a GUI can be registered, they might want to register themselves in a group just in case they're running in a program that has a GUI. Also, this might fix the Debian package build. Change-Id: I29435681e79748fd4f2e0c5ac872cd11f831d172 Reviewed-on: https://code.wireshark.org/review/2830 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-03stat_menu.h moved to libui.Guy Harris1-1/+1
Change-Id: I09227699afa8306d4a699dad5e12efc11f6597ea Reviewed-on: https://code.wireshark.org/review/2827 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-01Remove executable bit, from not executable files.Jakub Zawadzki2-0/+0
Change-Id: I36b303b9c2bf4d6bb717261cdbf39ea16532fe06 Reviewed-on: https://code.wireshark.org/review/2757 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-06-20One more change to dissector_add_for_decode_as.Guy Harris1-1/+1
Change-Id: Icd272fc9ae749728a601966de573843390e278ab Reviewed-on: https://code.wireshark.org/review/2484 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-18Update debian/symbols for the changed library ABIsBalint Reczey2-13/+8
Change-Id: I942a92569472e3cecfaee004778561986aee3e69 Reviewed-on: https://code.wireshark.org/review/2357 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-06-15Depend on docbook-xml and drop obsoleted 0005-...patchBalint Reczey3-42/+1
Change-Id: I4c849a1e8205b65ba05959213967bac5f378c96c Reviewed-on: https://code.wireshark.org/review/2137 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-06-08Fix Wireshark's name in Vietnamese translationBalint Reczey1-1/+1
Change-Id: Idf07c767587815d2cb2c8c094fd820983302b043 Reviewed-on: https://code.wireshark.org/review/2043 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-06-08Add GPLv2+ license header to headers-check.c as per private email from theEvan Huus1-0/+24
author. svn path=/trunk/; revision=54384 Change-Id: I464197c19316700457a5575b370600db38ce4962 Reviewed-on: https://code.wireshark.org/review/2041 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-06-08.deb package format is 'native'Balint Reczey4-5/+3
Change-Id: I2b52648c74290df0e98e4be31ac6c51db309eaaf Reviewed-on: https://code.wireshark.org/review/2001 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-06-08Don't ship libfiletap in the .deb packages yetBalint Reczey3-54/+0
Change-Id: I5b179d2b84bc95e540def544a8b710f81fb0fccb Reviewed-on: https://code.wireshark.org/review/2000 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-06-08Sync .deb packaging from DebianBalint Reczey84-496/+3833
The sync makes CMake the build system for the .deb package and starts providing wireshark-qt in the wireshark-qt package. The package structure, i.e. the libraries are shipped in separate packages is also sync-ed. Wireshark-qt uses the Qt 4 libraries, but it is easy to switch it to Qt 5. Change-Id: I849d18bdb8ca6ebf4072cf1d73d749080ac5dac2 Reviewed-on: https://code.wireshark.org/review/1986 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-05-231.11.4 → 1.99.0.Gerald Combs1-1/+1
Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044 Reviewed-on: https://code.wireshark.org/review/1761 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-151.11.3 → 1.11.4.Gerald Combs1-1/+1
Change-Id: I0bf8792b9b524ae4d8e1022b234e2510972c7019 Reviewed-on: https://code.wireshark.org/review/1154 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-3/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-08Add libfiletap.Guy Harris1-0/+1
svn path=/trunk/; revision=54673
2014-01-08Add libfiletap.Guy Harris2-0/+5
Add libwsutil to wireshark-dev.files - I'm not sure it's necessary, but code added to Wireshark has to be able to call routines from libwsutil. svn path=/trunk/; revision=54655
2013-12-23Add GPLv2+ license header to headers-check.c as per private email from theEvan Huus1-0/+24
author. svn path=/trunk/; revision=54384
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
svn path=/trunk/; revision=53412
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=53346
2013-10-22Generate wsicon32.xpm during building Debian packageBalint Reczey2-2/+2
svn path=/trunk/; revision=52773
2013-10-161.11.0 -> 1.11.1Pascal Quantin1-1/+1
svn path=/trunk/; revision=52647
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-1/+1
anyways, since Michael made key operations non-destructive in r44380. svn path=/trunk/; revision=52583
2013-07-29Use wildcards for referring to library files in debian/wireshark-common.filesBalint Reczey1-6/+3
This makes updating debian/wireshark-common.files obsolete when bumping library versions. svn path=/trunk/; revision=51016
2013-07-15Make Debian package build depend on xdg-utils to let configure detect xdg-openBalint Reczey1-1/+1
svn path=/trunk/; revision=50614
2013-07-15As suggest by Balint:Jeff Morriss3-21/+2
Remove the 03-preferences patch: there's an ongoing discussion over at Debian about using xdg-open to open URLs[1] (instead of sensible-browser as this patch was doing) and anyway xdg-open behaves better for Balint. Since we'll be using xdg-open, add a dependency on xdg-utils (also suggested by Balint). Both changes are untested. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172436 svn path=/trunk/; revision=50611
2013-07-15Try 2 at fixing the Debian package.Jeff Morriss1-6/+6
svn path=/trunk/; revision=50601
2013-07-15Try to fix the "make debian-package" buildbot step: update patch 03-preferencesJeff Morriss1-4/+4
so it applies more cleanly to the modern prefs.c . Note: I built this patch partially by hand from "svn diff"; hopefully the Debian stuff likes it. svn path=/trunk/; revision=50596
2013-06-25Put wsutil/*.h into the wireshark-dev package (in a blind attempt to fix the ↵Jeff Morriss1-0/+1
debian packaging step). Why do we allow/encourage a wirshark-dev package? IMO Wireshark (C language) development should only be done from the source (a tarball or better yet SVN). svn path=/trunk/; revision=50158
2013-04-221.9.3 → 1.11.0.Gerald Combs2-3/+3
svn path=/trunk/; revision=48972
2013-03-29Resurrect wsicon32.xpm using 'svn cp' then update it based onGerald Combs2-2/+2
wsicon32.png. This should hopefully preserve its history in SVN. Revert r48565 in debian/. svn path=/trunk/; revision=48639
2013-03-281.9.2 → 1.9.3.Gerald Combs2-3/+3
svn path=/trunk/; revision=48627
2013-03-26More icon updates. Gerald Combs2-2/+2
Use the PNG versions of the new application icons. Remove the XPM versions of the Wireshark application and capture icons. To paraphrase Zoidberg, XPMs are bad and we should feel bad. Remove xpm_to_widget_from_parent (which we weren't using and likely won't use in the future). Replace wiki_24.xpm (which was a GNOME or GTK+ stock icon IIRC) with the 16x16 and 24x24 versions emblem-web.png from GNOME icon theme 2.30.3. This version was used specifically because it's GPLv2 and later versions are GPLv3. Update image/README. svn path=/trunk/; revision=48565
2013-03-181.9.1 → 1.9.2.Gerald Combs2-3/+3
svn path=/trunk/; revision=48406
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey4-4/+7
svn path=/trunk/; revision=48133
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
2013-02-20More 1.9.0 → 1.9.1 changes. Release note updates.Gerald Combs1-1/+1
svn path=/trunk/; revision=47777
2013-01-14Add missing files to package.Jaap Keuter2-2/+5
Allow more recent automake. svn path=/trunk/; revision=47082
2013-01-14Make sure we have epan/wmem/*.h.Gerald Combs1-0/+1
svn path=/trunk/; revision=47072
2013-01-13Fix building a Debian package.Gerald Combs1-7/+7
svn path=/trunk/; revision=47053
2012-06-19Don't install idl2wrs except in Debian's special wireshark-dev package.Jeff Morriss1-2/+4
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
2012-06-051.7.2 → 1.9.0.Gerald Combs2-3/+3
svn path=/trunk/; revision=43120
2012-04-061.7.1 → 1.7.2.Gerald Combs2-3/+3
svn path=/trunk/; revision=41971
2012-03-21Add a missing "T".Gerald Combs1-1/+1
svn path=/trunk/; revision=41731
2011-11-22Unconditionally install idl2wrsBalint Reczey1-1/+0
svn path=/trunk/; revision=39985
2011-11-22hardcode /bin/sh to idl2wrsBalint Reczey1-1/+1
svn path=/trunk/; revision=39984
2011-11-081.7.0 → 1.7.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=39769
2011-10-20Update minimum version requirement for GTK to 2.12.Jaap Keuter1-1/+1
svn path=/trunk/; revision=39487
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38683
2011-05-141.5.2 → 1.7.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=37148
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs1-1/+1
svn path=/trunk/; revision=36540