aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21Check if the string exists first.Anders Broman1-10/+10
svn path=/trunk/; revision=41109
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman3-78/+188
all exept os curently unused. svn path=/trunk/; revision=41108
2012-02-21Fix compilation (hopefully).Michael Tüxen1-0/+2
svn path=/trunk/; revision=41107
2012-02-21Improve peeking for IDBs.Michael Tüxen1-17/+21
While there, cleanup some whitespaces. svn path=/trunk/; revision=41106
2012-02-21From Irene Ruengeler:Michael Tüxen9-146/+1262
* Add support in the GUI for pipes. * Allow the local interfaces to be rescanned via the GUI. * Allow remote interfaces to be added and deleted. The GUI can be extended to support other ways of capturing. svn path=/trunk/; revision=41105
2012-02-21From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman9-151/+185
svn path=/trunk/; revision=41104
2012-02-21Add VENDOR_ERICSSON_PKT_COREAnders Broman1-0/+1
svn path=/trunk/; revision=41103
2012-02-21Once we've read a valid SHB, we've concluded the file is a pcap-NG file,Guy Harris1-7/+13
so if we later get a short read, we have to return -1 and set *err to WTAP_ERR_SHORT_READ. Otherwise, we'll try other file types and, if none of them match, we'll try to close the wtap structure, which crashes. svn path=/trunk/; revision=41102
2012-02-21Declare opt_cont_buf_lenAnders Broman1-15/+1
svn path=/trunk/; revision=41101
2012-02-21Free the bufferAnders Broman1-4/+27
svn path=/trunk/; revision=41099
2012-02-21Change comment to Loop ower all IDB:s that appear before any packets ↵Anders Broman1-1/+1
sugested by Guy, there can be more IDBs in a cpture file svn path=/trunk/; revision=41096
2012-02-21From Jose Pedro Oliveira shb_os value: get_os_version_info() instead of ↵Anders Broman1-5/+5
get_runtime_version_info() svn path=/trunk/; revision=41095
2012-02-21Always test tvb_reported_length_remaining() return val for '> 0' instead of ↵Bill Meier1-7369/+7365
'!=0' Also: Whitespace cleanup. svn path=/trunk/; revision=41094
2012-02-20Indentation & whitespace cleanup....Bill Meier1-872/+872
svn path=/trunk/; revision=41093
2012-02-20(Trivial) Fix a typo in a comment; Do some whitespace changes.Bill Meier1-352/+352
svn path=/trunk/; revision=41092
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman4-9/+9
svn path=/trunk/; revision=41091
2012-02-20Use tvb_reported_length_remaining() iso tvb_length_remaining().Bill Meier1-1/+1
svn path=/trunk/; revision=41090
2012-02-20Fix 'variable set but then unused'; Do some whitespace cleanup.Bill Meier1-6/+5
svn path=/trunk/; revision=41089
2012-02-20proto_reg_handoff...() doesn't need 'if(!Initialized)';Bill Meier1-75/+66
Also: Do some whitespace cleanup. svn path=/trunk/; revision=41088
2012-02-20(Trivial) Whitespace changesBill Meier1-7/+7
svn path=/trunk/; revision=41087
2012-02-20Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman3-14/+29
svn path=/trunk/; revision=41086
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n ↵Anders Broman3-15/+46
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6851 svn path=/trunk/; revision=41085
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn2-50/+58
svn path=/trunk/; revision=41084
2012-02-20Thou shalt not stop dissecting after doing processing for COL_INFO ....Bill Meier1-3/+1
svn path=/trunk/; revision=41083
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use ↵Anders Broman7-174/+705
correct lengt for strings, handle more than 100 char comment svn path=/trunk/; revision=41082
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835Alexis La Goutte4-0/+631
Patch to add Hazelcast dissector From me : * Fix indent (use tab) * Fix a Clang Warning (about unused offset) * Reorder function * Add Paul in Authors file * Add CmakeFile modification svn path=/trunk/; revision=41081
2012-02-20Fix tpo.Guy Harris1-1/+1
svn path=/trunk/; revision=41080
2012-02-19Don't run Flex-generated files through checkapi - they use forbiddenGuy Harris2-17/+21
APIs such as malloc and free. svn path=/trunk/; revision=41079
2012-02-19(Minor): use GLIB_CFLAGS instead of GTK_CFLAGS; also put libcliui: as first ↵Bill Meier1-4/+5
target svn path=/trunk/; revision=41078
2012-02-19(Minor): Use GLIB_CFLAGS instead of GTK_CFLAGS when compiling in ui directory.Bill Meier1-1/+1
svn path=/trunk/; revision=41077
2012-02-19(Minor): Add -DG_DISABLE_SINGLE_INCLUDES to GLIB_CFLAGSBill Meier1-1/+2
svn path=/trunk/; revision=41076
2012-02-19We already have GENERATED_HEADER_FILES; use that instead ofGuy Harris5-24/+15
GENERATED_H_FILES. If we have DIRTY_GENERATED_C_FILES, use it the same way we use GENERATED_C_FILES. GENERATED_FILES is "everything to nuke on a "make maintainer-clean"", not "everything to put into the distribution". svn path=/trunk/; revision=41075
2012-02-19We already have GENERATED_HEADER_FILES; no need for GENERATED_H_FILES.Guy Harris3-48/+8
Remove a bunch of stuff copied over from ui/gtk/Makefile.am that doesn't apply here. There's no DIRTY_GENERATED_C_FILES. svn path=/trunk/; revision=41074
2012-02-19A few more changes to fix the Windows build: Fix building tshark-tap-register.cBill Meier1-5/+5
svn path=/trunk/; revision=41073
2012-02-19ui/cli now needs to be a distribution directory.Guy Harris1-1/+1
svn path=/trunk/; revision=41072
2012-02-19This is 2 levels down, unlike the 1-level-down ui/Makefile.nmake IGuy Harris1-6/+6
copied as an initial contents of this. svn path=/trunk/; revision=41071
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris7-88/+271
directory, and link TShark with that; let's see if this fixes the Windows buildbots. svn path=/trunk/; revision=41070
2012-02-19Put back the comment for the rule to generate wireshark-tap-register.c.Guy Harris1-0/+14
svn path=/trunk/; revision=41069
2012-02-19[Automatic manuf, services and enterprise-numbers update for 2012-02-19]Gerald Combs3-5/+196
svn path=/trunk/; revision=41066
2012-02-19Reflect the move of dftest.c back to the top-level directory.Guy Harris1-1/+1
svn path=/trunk/; revision=41065
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris2-1/+1
stuff in ui/cli can be stuffed into a libcliui library to link with TShark, and all of the source files containing main() (except for Wireshark) are in the top-level directory (dftest isn't any more special than TShark or capinfos or mergecap or editcap or...). svn path=/trunk/; revision=41064
2012-02-19ui/gtk/main.c calls get_conn_cfilter(), which is defined in ui/util.c,Guy Harris1-1/+1
so we need to link libui *after* libgtkui. (It worked on Mac OS X, but the OS X linker might do things differently from the GNU linker.) svn path=/trunk/; revision=41063
2012-02-19We renamed "libui_win32.lib" to "libgtkui_win32.lib" elsewhere; fix itGuy Harris1-3/+3
here. svn path=/trunk/; revision=41062
2012-02-18Create a libui (static) library in the ui directory, which contains theGuy Harris8-39/+383
object files from all the source files in the ui directory (but not in its subdirectories), and link the programs that need it with them. This cleans things up a little bit, and may also fix the Windows build. svn path=/trunk/; revision=41061
2012-02-18Update.Guy Harris1-3/+7
svn path=/trunk/; revision=41060
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris1-4/+4
automake/autoconf and nmake builds, to match the name in CMake builds. (Forgot Makefile.nmake.) svn path=/trunk/; revision=41059
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris5-18/+18
automake/autoconf and nmake builds, to match the name in CMake builds. svn path=/trunk/; revision=41058
2012-02-17Replace the old very simple (line based) RSH dissector with a slightlyStephen Fisher1-66/+365
modified version of the EXEC since the protocols are nearly identical. svn path=/trunk/; revision=41056
2012-02-17Fix a typo that broke compilation on all platformsJörg Mayer1-1/+1
svn path=/trunk/; revision=41055
2012-02-17Fix an old copy and paste mistake in a C comment.Stephen Fisher1-1/+1
svn path=/trunk/; revision=41054