aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-18None of those strings will have a length that doesn't fit in a gulong.Guy Harris1-4/+4
2009-03-18Get rid of a bunch of uses of size_t where int suffices.Guy Harris1-201/+201
2009-03-18Squelch a P64 warning.Guy Harris1-1/+1
2009-03-18Get rid of P64 warnings; those strings should never be longer than 2^31-1.Guy Harris1-2/+2
2009-03-18Use g_strreverse() to reverse strings.Guy Harris1-16/+1
2009-03-18Get rid of some P64 warnings; those lengths should never be > 2^31-1.Guy Harris1-2/+2
2009-03-18Get rid of uses of size_t; they're not necessary, and it causes a pileGuy Harris1-17/+17
2009-03-18improve dissection of optional parameters. In particular, make the tag and le...Richard van der Hoff1-26/+68
2009-03-18fix unused parameter warningRichard van der Hoff1-1/+1
2009-03-18- Fix APDU dissection.Anders Broman5-34/+86
2009-03-18Fix the Lua path on Win64.Gerald Combs1-1/+1
2009-03-18Use retx info in stats window.Martin Mathieson3-5/+36
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-6/+7
2009-03-18Allow a lot more than 32 subheaders.Martin Mathieson1-3/+3
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-851/+883
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier4-11/+8
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];Bill Meier1-376/+371
2009-03-18From Munenori Ohuchi:Anders Broman1-4/+162
2009-03-18From Bjørn Mork:Anders Broman4-1/+42
2009-03-18From Patrick A Baldwin:Anders Broman3-96/+3019
2009-03-18Move to 1.1.4.Gerald Combs4-7/+7
2009-03-18From Jakub Zawadzki: Glib2 g_snprintf doesn't return -1;Bill Meier1-3/+2
2009-03-17Build 1.1.3.Gerald Combs1-4/+4
2009-03-17Revert the changes, it blows up when resizeing windows...Anders Broman3-25/+13
2009-03-17Yet another typo.. Anders Broman1-1/+1
2009-03-17Use GTK 2.16 and glib 2.20.Anders Broman3-14/+26
2009-03-17Fix a typo.Anders Broman1-1/+1
2009-03-17Clean up indentation.Guy Harris1-27/+30
2009-03-17(Minor): Remove some unneccessary code; Fix a typo;Bill Meier1-12/+6
2009-03-17Add a comment about the way g_snprintf is used.Bill Meier1-0/+7
2009-03-17Get rid of another Clist.Anders Broman1-194/+178
2009-03-17Add a comment about the way g_snprintf() is used.Bill Meier1-0/+7
2009-03-17Don't compile with -WX for flex-generated output, similar to what we do inGerald Combs1-1/+4
2009-03-17Do checkAPIs for wireshark_SOURCESBill Meier1-1/+1
2009-03-17Use smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snprintfBill Meier1-15/+15
2009-03-17Commited by mistake, reverting.Anders Broman1-36/+2
2009-03-17sprintf --> g_snprintfBill Meier1-4/+4
2009-03-17Update the comment about Ross Williams' paper.Guy Harris1-3/+11
2009-03-16fix typeUlf Lamping1-1/+1
2009-03-16update to the latest PROTINET changes:Ulf Lamping7-61/+467
2009-03-16Fix syntax error.Guy Harris1-1/+1
2009-03-16Replace use of unneccessary (and deprecated) GtkCtree.Bill Meier1-1/+1
2009-03-16Hack toprevent checkAPIs complaining about use of 'free'Bill Meier1-1/+2
2009-03-16strcpy-->g-strlcpy; Also: Add $Id$Bill Meier1-2/+5
2009-03-16[Trivial] fix some wording in a commentBill Meier1-1/+1
2009-03-16Fix compilation: Mark unused arg as _U_.Michael Tüxen1-2/+2
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman8-457/+424
2009-03-16Get rid of unused routine (which gets errors when compiled on Win64).Guy Harris4-54/+0
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).Martin Mathieson3-5/+40
2009-03-16Use g_malloc instead of malloc.Bill Meier1-1/+1