aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris3-14/+10
2012-12-20Need to include Windows.h for gettting FILETIME.Michael Tüxen1-0/+3
2012-12-20Don't use an pcap structures in pcapio.[ch]. Michael Tüxen3-30/+44
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen5-62/+40
2012-12-20rawshark does not use any routine from pcapio.c. So remove header.Michael Tüxen1-1/+0
2012-12-20tshark now accepts -Q.Jeff Morriss1-1/+1
2012-12-20From Edwin Groothuis:Anders Broman1-5/+37
2012-12-20Try to determine wether it is MEAS REP, EXT MEAS REP or ENH MEAS REP.Anders Broman1-2/+9
2012-12-20Tweak the order of the UI updates when finishing a live-update capture so thatEvan Huus1-3/+6
2012-12-20Remove unused parameter from iousers_process_address_packetEvan Huus1-8/+8
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann3-4/+19
2012-12-20Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann1-53/+103
2012-12-19Add missing wmem strbuf routine to the documentation.Evan Huus1-0/+1
2012-12-19Only include wmem_core.h in packet_info.h. It's not technically aEvan Huus1-1/+1
2012-12-19Add a new target: install_desktop_files which installs some files forJeff Morriss1-0/+18
2012-12-19Also register Wireshark for MIME types application/x-pcapng and application/x...Jeff Morriss1-1/+1
2012-12-19Add wireshark-mime-package.xml to EXTRA_DIST.Jeff Morriss1-0/+1
2012-12-19Add a mime-info file for freedesktop.org-compliant desktops; this one isJeff Morriss1-0/+24
2012-12-19Add support for writing the flags option in the enhancedMichael Tüxen3-1/+17
2012-12-19Try using the system-supplied zlib on OS X.Gerald Combs1-3/+5
2012-12-19Do a little more to discourage the use of proto_tree_add_text(): don'tJeff Morriss1-7/+9
2012-12-19Whitespace change.Michael Tüxen1-1/+1
2012-12-19Set the icon for the wireless device if the decription name contains Wi-FiIrene Rüngeler1-0/+3
2012-12-19Don't yse the new GTK3 bundle, it lacks the toolsAnders Broman1-4/+4
2012-12-19Use the new bundleAnders Broman2-7/+7
2012-12-19Let's try using the new Win32 GTK2 bundle 2.24.14 (as suggested by Anders).Bill Meier2-2/+3
2012-12-19See if *this* squelches the MSVC errors.Guy Harris1-3/+4
2012-12-19-pie also needs -fPIE (at least sometimes)Jeff Morriss1-1/+1
2012-12-19Set SVN propertiesJeff Morriss2-2/+2
2012-12-19As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8076 :Jeff Morriss2-2/+27
2012-12-19Implement a basic singly-linked for wmem.Evan Huus8-58/+259
2012-12-19Try to fix windows builds - MSVC doesn't like g_assert_not_reached() ?Evan Huus1-0/+3
2012-12-19Make the wmem string-buffer marginally useful but providing some accessors soEvan Huus2-0/+18
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus6-33/+58
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus7-36/+35
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss7-439/+402
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus11-24/+24
2012-12-18text2pcap needs only the wsutil lib, not the wiretap lib (as far as I can see).Michael Tüxen3-3/+2
2012-12-18Make handling of inconsistent transport layer parameters more consistent.Michael Tüxen1-2/+11
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss2-10/+6
2012-12-18Whitespace changes. Use consistent 4 space indent.Michael Tüxen1-159/+156
2012-12-18From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+75
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin2-2/+87
2012-12-18Simplify code.Michael Tüxen1-4/+4
2012-12-18fwrite() returns the number of objects written, not the number of bytes.Michael Tüxen1-4/+4
2012-12-18Fix sequence of parameters. The size is the second parameter of fwrite,Michael Tüxen1-4/+4
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs11-37/+185
2012-12-18Come down harder on the evils of tvb_get_ptr(): advise not to use it.Jeff Morriss1-43/+28
2012-12-18- Make dumpcap build with the new bundle.Anders Broman2-1/+5
2012-12-18Prepare to ubdate the GTK bundlesAnders Broman1-8/+7