aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj378-1015/+511
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugguy1-6/+18
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...krj1-1/+1
2009-08-08From Ivan Sy:jake1-0/+3
2009-08-08If we have a format error, don't try adding something to thegerald1-8/+11
2009-08-07From Matt P via bug 3774:gerald1-14/+30
2009-08-07- Add rfc number comments on not-yet-decoded optionsjmayer1-17/+24
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-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-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.gerald1-1/+5
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-04Initialize several ett_... variables to -1wmeier2-4/+4
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-03Rework an assignment to keep static analyzers from complaining.gerald1-4/+4
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-03Reword some help text slightly.wmeier1-2/+2
2009-08-03Do find_dissector_table() in proto_reg_handoff().wmeier1-2/+3
2009-08-03(Trivial) Fix two typos.wmeier2-2/+2
2009-08-03Added missing packet-usb-hid.hstig1-0/+1
2009-08-03Handle usb_hid_item_usage_vals as range_string.stig1-1/+1
2009-08-02Do dissector_add() only if port non-zero; register dissector for "decode-as".wmeier1-2/+8
2009-08-02packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not regist...wmeier1-1/+2
2009-08-02Change default range from 1401,1401 to 1401 so that the port isn't double-reg...wmeier1-1/+1
2009-08-02Don't do dissector_add twice on TCP port 3689;wmeier1-2/+2
2009-08-02Remove unneeded #include <epan/emem.h>; fix some indentation.wmeier1-5/+4