aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Use tvb_reported_length_remaining() iso tvb_length_remaining().Bill Meier1-1/+1
2012-02-20Fix 'variable set but then unused'; Do some whitespace cleanup.Bill Meier1-6/+5
2012-02-20proto_reg_handoff...() doesn't need 'if(!Initialized)';Bill Meier1-75/+66
2012-02-20(Trivial) Whitespace changesBill Meier1-7/+7
2012-02-20Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman3-14/+29
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n https://b...Anders Broman3-15/+46
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn2-50/+58
2012-02-20Thou shalt not stop dissecting after doing processing for COL_INFO ....Bill Meier1-3/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman7-174/+705
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835Alexis La Goutte4-0/+631
2012-02-20Fix tpo.Guy Harris1-1/+1
2012-02-19Don't run Flex-generated files through checkapi - they use forbiddenGuy Harris2-17/+21
2012-02-19(Minor): use GLIB_CFLAGS instead of GTK_CFLAGS; also put libcliui: as first t...Bill Meier1-4/+5
2012-02-19(Minor): Use GLIB_CFLAGS instead of GTK_CFLAGS when compiling in ui directory.Bill Meier1-1/+1
2012-02-19(Minor): Add -DG_DISABLE_SINGLE_INCLUDES to GLIB_CFLAGSBill Meier1-1/+2
2012-02-19We already have GENERATED_HEADER_FILES; use that instead ofGuy Harris5-24/+15
2012-02-19We already have GENERATED_HEADER_FILES; no need for GENERATED_H_FILES.Guy Harris3-48/+8
2012-02-19A few more changes to fix the Windows build: Fix building tshark-tap-register.cBill Meier1-5/+5
2012-02-19ui/cli now needs to be a distribution directory.Guy Harris1-1/+1
2012-02-19This is 2 levels down, unlike the 1-level-down ui/Makefile.nmake IGuy Harris1-6/+6
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris7-88/+271
2012-02-19Put back the comment for the rule to generate wireshark-tap-register.c.Guy Harris1-0/+14
2012-02-19[Automatic manuf, services and enterprise-numbers update for 2012-02-19]Gerald Combs3-5/+196
2012-02-19Reflect the move of dftest.c back to the top-level directory.Guy Harris1-1/+1
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris2-1/+1
2012-02-19ui/gtk/main.c calls get_conn_cfilter(), which is defined in ui/util.c,Guy Harris1-1/+1
2012-02-19We renamed "libui_win32.lib" to "libgtkui_win32.lib" elsewhere; fix itGuy Harris1-3/+3
2012-02-18Create a libui (static) library in the ui directory, which contains theGuy Harris8-39/+383
2012-02-18Update.Guy Harris1-3/+7
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris1-4/+4
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris5-18/+18
2012-02-17Replace the old very simple (line based) RSH dissector with a slightlyStephen Fisher1-66/+365
2012-02-17Fix a typo that broke compilation on all platformsJörg Mayer1-1/+1
2012-02-17Fix an old copy and paste mistake in a C comment.Stephen Fisher1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher4-44/+59
2012-02-17Trying to fix the compile of ui/util.c on Windows by moving theJörg Mayer2-27/+31
2012-02-17Fix tooltips (There is a hidden column).Michael Tüxen1-7/+7
2012-02-17From Anders: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6839 :Jeff Morriss2-30/+43
2012-02-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-2/+69
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer10-10/+10
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer48-91/+91
2012-02-17time_t and nstime.nsecs are both signed so don't cast them to unsigned to dis...Jeff Morriss1-1/+1
2012-02-17Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6703 :Jeff Morriss1-1/+1
2012-02-17(Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-8/+23
2012-02-16Use tce correct IE idAnders Broman1-4/+9
2012-02-16Fix from Irene Ruengeler: Show correct details in the interface dialog onMichael Tüxen1-5/+2
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris3-4/+25
2012-02-16As suggested on the -dev list today, add Wireshark_package.pmdoc to the sourceJeff Morriss9-2/+10
2012-02-16Register the p772 dissector.Stig Bjørlykke2-1/+3
2012-02-16Let part of the patch speak for itself:Jörg Mayer1-3/+25