aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-05Squelch a couple of Clang Static Analyzer warnings.Gerald Combs2-7/+5
2009-08-05Show power headroom report inside its own subtree.Martin Mathieson1-9/+37
2009-08-05Fix for bug 3806:Jaap Keuter1-5/+10
2009-08-05Add a couple of pointer checks.Gerald Combs2-2/+10
2009-08-05Fix typo.Guy Harris1-1/+1
2009-08-04Put the initializers for the elements of value_string arrays into curlyGuy Harris3-11/+11
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter8-564/+564
2009-08-04Fix benign double subtree registration of an ett_... variable.Bill Meier1-1/+0
2009-08-04Minor changes:Bill Meier35-8064/+7858
2009-08-04Initialize several ett_... variables to -1Bill Meier3-6/+6
2009-08-04Init ett_... variables to -1Bill Meier6-14/+21
2009-08-04Remove duplicate entry from ett[]Bill Meier2-2/+0
2009-08-04Clean up white space a bit - use 2-space indenting.Guy Harris1-275/+265
2009-08-04Miscellaneous cleanups.Gerald Combs1-11/+7
2009-08-04Show number of predefined bytes in info column.Martin Mathieson1-0/+2
2009-08-04Warning fix: comma at end of enumJörg Mayer1-1/+1
2009-08-04Don't exit with an error if we can't find the svn executable.Gerald Combs1-14/+14
2009-08-03Rework an assignment to keep static analyzers from complaining.Gerald Combs2-8/+8
2009-08-03Remove a couple of unused variables.Gerald Combs1-4/+2
2009-08-03Add some null checks.Gerald Combs2-2/+46
2009-08-03More minor cleanups:Bill Meier1-43/+46
2009-08-03Minor cleanups:Bill Meier1-62/+56
2009-08-03Various minor cleanups:Bill Meier1-263/+250
2009-08-03Clean up indentation somewhat.Guy Harris1-207/+207
2009-08-03From Gerasimos Dimitriadis:Jaap Keuter2-20/+105
2009-08-03Thou shalt terminate thy value_string arrays with {0, NULL}.Guy Harris1-1/+2
2009-08-03Add a null pointer check. Remove some unused variables.Gerald Combs1-24/+24
2009-08-03From Ivan Sy:Jaap Keuter1-4/+86
2009-08-03Remove 1 commented-out #include inadvertantly committed.Bill Meier1-1/+0
2009-08-03Add some debug code (commented out) to check for duplicate dissector port reg...Bill Meier1-0/+14
2009-08-03Reword some help text slightly.Bill Meier1-2/+2
2009-08-03Use find_dissector() instead of create_dissector_handle();Bill Meier1-7/+6
2009-08-03Do find_dissector_table() in proto_reg_handoff().Bill Meier1-2/+3
2009-08-03(Trivial) Fix two typos.Bill Meier2-2/+2
2009-08-03Added missing packet-usb-hid.hStig Bjørlykke1-0/+1
2009-08-03Handle usb_hid_item_usage_vals as range_string.Stig Bjørlykke1-1/+1
2009-08-02Do dissector_add() only if port non-zero; register dissector for "decode-as".Bill Meier1-2/+8
2009-08-02packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not regist...Bill Meier1-1/+2
2009-08-02Change default range from 1401,1401 to 1401 so that the port isn't double-reg...Bill Meier1-1/+1
2009-08-02Don't do dissector_add twice on TCP port 3689;Bill Meier1-2/+2
2009-08-02[Automatic manuf and enterprise-numbers update for 2009-08-02]Gerald Combs2-13/+205
2009-08-02Remove unneeded #include <epan/emem.h>; fix some indentation.Bill Meier1-5/+4
2009-08-02Add additional cypher types.Jaap Keuter1-1/+7
2009-08-02Fix for bug 3800:Jaap Keuter1-1/+3
2009-08-01Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.Martin Mathieson1-6/+211
2009-07-31Fix indentation, get rid of a comment that might no longer apply (dumpGuy Harris1-2/+1
2009-07-31From Adam Nielsen via bug 3659:Gerald Combs4-7/+847
2009-07-31Completely remove an unused variable, don't just comment it outGuy Harris1-1/+0
2009-07-31From Holger Freyther via bug 3776:Gerald Combs2-42/+53
2009-07-31From Ivan Sy via bug 3797:Gerald Combs1-0/+3