aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-21trivial: clean up ui/gtk/prefs_filter_expressions.cMartin Kaiser1-54/+61
2012-12-21fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112Martin Kaiser1-1/+2
2012-12-21Remove redundant (commented out) definition for GTK_PKGBill Meier1-1/+0
2012-12-21This should get it building on Windows.Michael Tüxen1-3/+3
2012-12-21Try to get text2pcap building on Windows.Michael Tüxen1-3/+3
2012-12-21Fix a warning on Windows.Michael Tüxen1-1/+1
2012-12-21Use pcapio routines. This concludes the preperation forMichael Tüxen3-30/+22
2012-12-21This should make the Linux buildbot happy.Michael Tüxen1-1/+1
2012-12-21Address a build issue on Windows.Michael Tüxen1-2/+2
2012-12-21Build the packet to be sent completely in the buffer andMichael Tüxen1-94/+134
2012-12-21The KRB_RM_ #defines fit in 32 bits, so just make them unsigned, notGuy Harris1-4/+2
2012-12-21Check whether something's too big before subtracting it from anotherGuy Harris1-5/+5
2012-12-21Squelch a qualifier-discard warning.Guy Harris2-2/+2
2012-12-21Well, at least on my machine, packet-pres.c now compiles cleanly, withGuy Harris1-1/+1
2012-12-21Get rid of unused routines for UDC-type.Guy Harris2-19/+1
2012-12-21Don't assume a pointer fits inside an unsigned long - it doesn't, inGuy Harris1-11/+11
2012-12-21Get rid of duplicate declarations (so that -Wredundant-decls doesn'tGuy Harris1-2/+0
2012-12-21Everything else in the floating-point calculations is single-precision,Guy Harris1-3/+3
2012-12-21Make some loop counters unsigned, so that we handle very large loopGuy Harris1-23/+19
2012-12-21Convert to use new ws_gtk_grid...() wrappers to replaceBill Meier1-7/+7
2012-12-21Wrapper functions and macros to be used to replaceBill Meier2-31/+181
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris3-7/+7
2012-12-21Squelch a warning - the code shouldn't ever let "have" get so large thatGuy Harris1-1/+1
2012-12-21Reduce the spacer height in the "go to" and search frames. Fix theGerald Combs2-7/+10
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris9-42/+56
2012-12-21Squelch 64-bit-to-32-bit implicit conversion warning; the warningGuy Harris1-2/+3
2012-12-21Include <wsutil/crc11.h> so that we check whether the prototypes thereinGuy Harris1-0/+2
2012-12-21Squelch some cast-discard warnings.Guy Harris1-1/+1
2012-12-21Clean up white space.Guy Harris1-17/+16
2012-12-21Fix some valgrind warnings from the capture attached toEvan Huus1-3/+1
2012-12-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-4/+1
2012-12-20Revert r46595Pascal Quantin2-87/+2
2012-12-20Expand the comment about alignment.Guy Harris1-1/+5
2012-12-2032-bit Linux (at least from Redhat) has a host_cpu of i686 (not i386). Don't...Jeff Morriss1-7/+9
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