aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-03-21This one is not in the makefiles (it's an example of stats_tree not realy a f...Luis Ontanon1-14/+14
2005-03-21From Lars Ruoff:Guy Harris2-129/+200
2005-03-21This one was missing from the last commitLuis Ontanon1-19/+19
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon6-86/+95
2005-03-21bugfix (hopefully make buildbot happy again): don't call a function pointer, ...Ulf Lamping1-1/+1
2005-03-20Put the source file names in alphabetical order.Guy Harris1-1/+1
2005-03-20Fix the expansion of the top-level nodes in GTK+ 1.2[.x].Guy Harris1-2/+5
2005-03-20fix some typos, capitalization and don't put two SCTP entries in the Statisti...Ulf Lamping1-7/+7
2005-03-20Fix some offsets.Guy Harris1-5/+5
2005-03-20From Oleg Terletsky:Guy Harris1-91/+47
2005-03-20Expand the root nodes by defaultLuis Ontanon1-0/+10
2005-03-20SCTP port numbers are 16 unsigned integers.Michael Tüxen1-2/+2
2005-03-20The GTK+ 2.x version doesn't automatically expand the root node; don'tGuy Harris1-5/+0
2005-03-20Make columns in the GTK+ 1.2[.x] version auto-resizing.Guy Harris1-8/+9
2005-03-20Make the top-level node start out expanded in GTK+ 1.2[.x].Guy Harris1-1/+5
2005-03-20Don't try to run net-snmp-config if we don't find it.Guy Harris2-42/+71
2005-03-20Put the ports and addresses into "struct _sctp_info", as the dissectorGuy Harris1-1/+6
2005-03-20The commented-out entry for sctp_chunk_stat_dlg.c brokeGuy Harris1-1/+0
2005-03-20bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping1-3/+14
2005-03-20remove some MSVC warningsUlf Lamping2-11/+11
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen8-5/+788
2005-03-20Do a GTK+ 1.2[.x] version.Guy Harris1-57/+61
2005-03-20st->name was moved to st->cfg->nameLuis Ontanon1-1/+1
2005-03-20Fix dissect_per_restricted_character_string() calls in h225.cnf to passGuy Harris2-4/+4
2005-03-20Fix asn2eth to pass 0, not NULL, for the last argument toGuy Harris2-2/+2
2005-03-20"*p++" doesn't affect what "p" points to; it only affects "p" itself,Guy Harris1-2/+0
2005-03-20added two stats_tree functionsUlf Lamping1-0/+2
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon4-140/+174
2005-03-20Make sure the tap info is created even when tree==NULLLuis Ontanon1-6/+7
2005-03-19Move request packets above (before) response ones, this seems to be more natu...Ulf Lamping2-9/+9
2005-03-19Fix capitalization of tree topicsUlf Lamping1-4/+4
2005-03-19Use capitalized words for column headersUlf Lamping1-5/+5
2005-03-19Increase maximum number of characters for a preference/recent key, as the cur...Ulf Lamping1-1/+1
2005-03-19Add a "Close" button, as not everyone uses a window manager providing the 'X'...Ulf Lamping1-5/+17
2005-03-19make a duplicate of the window title to prevent problems if API user g_free's...Ulf Lamping1-1/+2
2005-03-19make idl2eth handle 8bit bitmapsRonnie Sahlberg8-483/+1764
2005-03-19from didierRonnie Sahlberg1-4/+1
2005-03-19bugfix to idl2eth : handle the case when pointers were not explicitely specifiedRonnie Sahlberg8-451/+1222
2005-03-19There's now a www.cygwin.com - use it in the URL for Cygwin.Guy Harris1-1/+1
2005-03-18from Thierry MartinRonnie Sahlberg1-0/+1
2005-03-18fix a string in the hf fieldsRonnie Sahlberg1-1/+1
2005-03-18From Jeff Morris: Display PC structured.Michael Tüxen2-5/+12
2005-03-18add the comment "The Ethereal Network Protocol Analyzer" to some shortcutsUlf Lamping1-2/+2
2005-03-18From Jeff Morris: display protocol class at parameter level.Michael Tüxen1-3/+4
2005-03-18from Ming ZhangRonnie Sahlberg1-2/+2
2005-03-18only show the Status field in a DataIn PDU if the S bit is set.Ronnie Sahlberg1-1/+3
2005-03-18Increase the width of some unsigned ints, so that we don't roll them over.Gerald Combs1-11/+11
2005-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-98/+91
2005-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-99/+92
2005-03-17Use "format_text()" on strings fetched from packets.Guy Harris1-3/+4