aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Update the User's Guide.gerald2-2/+2
2011-05-19From Dirk Jagdmann via bug 5875:gerald1-0/+38
2011-05-19Fix an old style function declaration warning.jmayer1-4/+2
2011-04-21"Upgrade" gtk_combo to 'E'.etxrab1-163/+163
2011-04-13Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821#c2 :morriss2-7/+68
2011-04-13Build win64 with a modified zlib (google is your friend).etxrab1-1/+1
2011-04-12Use the new label(It will still break on zlib as zlib 1.2.5 isn't used yet).etxrab1-1/+1
2011-04-12Build with zlib-1.2.5 for win32etxrab1-1/+1
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate thegerald1-4/+14
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forgerald2-2/+2
2011-04-05foo="\windows\style\pathname"; printf "$foo" isn't going to work too well in...wmeier1-1/+1
2011-04-051. Remove \r from tshark output so output OK on Windows cygwin bash.wmeier1-4/+16
2011-04-05Set BIN_DIR to . by default. Use tr to replace colons with newlines.morriss1-2/+2
2011-04-04Based on idea from Bill Meier:morriss2-0/+77
2011-04-04Fix up indentationmorriss1-55/+55
2011-04-04From Vincent Helfre:etxrab1-47/+40
2011-04-01Don't use pParser->yyidx as an index into pParser->yystack[] until after it iscmaynard1-2/+3
2011-03-31Memory leak in lemon.csahlberg1-5/+5
2011-03-29Prohibit (memory-unsafe) g_sprintf() and g_vsprintf().morriss1-0/+2
2011-03-22Allocate space for null termination in make_basename.stig1-2/+2
2011-03-22Coverity 323sahlberg1-1/+1
2011-03-17Don't clobber the capinfos data if we have a valid capture file. Thisgerald1-6/+4
2011-03-08W -> E for g_clist funktions.etxrab1-143/+143
2011-03-02As suggested by Anders: when we detect non-ASCII characters, print the linemorriss1-7/+10
2011-02-14Disallow invalid char's in the filename passed to idl2wrs. Fixes bug 1129.cmaynard1-0/+19
2011-02-12There is a better (and faster) way to see if all the members of one list aremorriss1-24/+28
2011-02-11Add a function to verify that ett_ variables are registered (or at leastmorriss1-3/+99
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()morriss1-3/+7
2011-02-11Oops, put a comma backmorriss1-1/+1
2011-02-11Clean up indentationmorriss1-378/+378
2011-02-10Add (commented-out for now) code to check certain function calls for embeddedmorriss1-3/+44
2011-02-04White space changes.etxrab1-71/+71
2011-02-03Fix: Cygwin make fails after updating to bash v 4.1.9.2wmeier1-2/+2
2011-02-02Add GTK 2.22 deprecated functionsetxrab1-308/+320
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-1/+1
2011-02-01WIN32 ==> _WIN32wmeier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+4
2011-01-26(Trivial) Fix a typo.wmeier1-1/+1
2011-01-19Try to enhance output at ValueError to ease debugging.etxrab1-1/+1
2011-01-10Revert 35447 and 35364: remove comments and strings in one regex (so it doesn...morriss1-9/+3
2011-01-10Remove the comments and strings separately so that we can check the hf's when...morriss1-3/+9
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves wa...morriss1-1/+3
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofguy1-0/+1
2011-01-04Check hf entries *after* removing comments (in case there are commented-out e...morriss1-3/+3
2011-01-04Detect (and error on) NULL or empty abbreviations. Wireshark aborts on the f...morriss1-1/+5
2010-12-23Raise Exceptions containing a string instead of string exceptionsrbalint1-2/+2
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),morriss1-967/+977
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+5
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;wmeier1-0/+1
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;wmeier1-0/+1