aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.gerald4-34/+24
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier4-10/+10
2009-08-06'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsig...wmeier1-20/+28
2009-08-06Those items are 32 bits or longer, so the cast should be safe; add anguy1-2/+2
2009-08-06packet-sctp.c seems to be clean (at least it is on Mac OS X).tuexen1-2/+2
2009-08-06Added new_packet_list_set_font() and initialize fonts when usingstig4-4/+19
2009-08-06Get it compiling when HAVE_LIBGCRYPT is not defined.tuexen1-2/+17
2009-08-06Fix some indentation and spacingwmeier1-127/+127
2009-08-06Fix compilation warnings in a few dissectors and try moving them to thegerald5-14/+14
2009-08-06Prevent possible (benign ?) array references with an array index of -1.wmeier1-4/+8
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...wmeier1-4/+4
2009-08-06Register ett[] subtree array only once.wmeier1-2/+2
2009-08-06Register ett[] subtree array only once.wmeier1-8/+7
2009-08-05Convert a GString to an ep_strbuf_t (and squelch a static analysisgerald1-8/+6
2009-08-05From Gerasimos Dimitriadis:jake1-6/+17
2009-08-05Fix for bug 3811:jake1-0/+6
2009-08-05From Ivan Sy:jake1-1/+21
2009-08-05Squelch a couple of Clang Static Analyzer warnings.gerald2-7/+5
2009-08-05Show power headroom report inside its own subtree.martinm1-9/+37
2009-08-05Fix for bug 3806:jake1-5/+10
2009-08-05Add a couple of pointer checks.gerald2-2/+10
2009-08-05Fix typo.guy1-1/+1
2009-08-04Put the initializers for the elements of value_string arrays into curlyguy3-11/+11
2009-08-04Optimize empty strings to NULL pointers.jake8-564/+564
2009-08-04Fix benign double subtree registration of an ett_... variable.wmeier1-1/+0
2009-08-04Minor changes:wmeier35-8064/+7858
2009-08-04Initialize several ett_... variables to -1wmeier3-6/+6
2009-08-04Init ett_... variables to -1wmeier6-14/+21
2009-08-04Remove duplicate entry from ett[]wmeier2-2/+0
2009-08-04Clean up white space a bit - use 2-space indenting.guy1-275/+265
2009-08-04Miscellaneous cleanups.gerald1-11/+7
2009-08-04Show number of predefined bytes in info column.martinm1-0/+2
2009-08-04Warning fix: comma at end of enumjmayer1-1/+1
2009-08-04Don't exit with an error if we can't find the svn executable.gerald1-14/+14
2009-08-03Rework an assignment to keep static analyzers from complaining.gerald2-8/+8
2009-08-03Remove a couple of unused variables.gerald1-4/+2
2009-08-03Add some null checks.gerald2-2/+46
2009-08-03More minor cleanups:wmeier1-43/+46
2009-08-03Minor cleanups:wmeier1-62/+56
2009-08-03Various minor cleanups:wmeier1-263/+250
2009-08-03Clean up indentation somewhat.guy1-207/+207
2009-08-03From Gerasimos Dimitriadis:jake2-20/+105
2009-08-03Thou shalt terminate thy value_string arrays with {0, NULL}.guy1-1/+2
2009-08-03Add a null pointer check. Remove some unused variables.gerald1-24/+24
2009-08-03From Ivan Sy:jake1-4/+86
2009-08-03Remove 1 commented-out #include inadvertantly committed.wmeier1-1/+0
2009-08-03Add some debug code (commented out) to check for duplicate dissector port reg...wmeier1-0/+14
2009-08-03Reword some help text slightly.wmeier1-2/+2
2009-08-03Use find_dissector() instead of create_dissector_handle();wmeier1-7/+6
2009-08-03Do find_dissector_table() in proto_reg_handoff().wmeier1-2/+3