summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam16-112/+56
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam77-384/+181
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam12-32/+16
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam378-1015/+511
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugGuy Harris1-6/+18
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...Kovarththanan Rajaratnam1-1/+1
2009-08-08From Ivan Sy:Jaap Keuter1-0/+3
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-8/+11
2009-08-07From Matt P via bug 3774:Gerald Combs1-14/+30
2009-08-07- Add rfc number comments on not-yet-decoded optionsJörg Mayer1-17/+24
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.Gerald Combs4-34/+24
2009-08-06Fix some individual cases of 'if (unsigned) < 0'Bill Meier4-10/+10
2009-08-06'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsig...Bill Meier1-20/+28
2009-08-06Those items are 32 bits or longer, so the cast should be safe; add anGuy Harris1-2/+2
2009-08-06packet-sctp.c seems to be clean (at least it is on Mac OS X).Michael Tüxen1-2/+2
2009-08-06Get it compiling when HAVE_LIBGCRYPT is not defined.Michael Tüxen1-2/+17
2009-08-06Fix some indentation and spacingBill Meier1-127/+127
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs5-14/+14
2009-08-06Prevent possible (benign ?) array references with an array index of -1.Bill Meier1-4/+8
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...Bill Meier1-4/+4
2009-08-06Register ett[] subtree array only once.Bill Meier1-2/+2
2009-08-06Register ett[] subtree array only once.Bill Meier1-8/+7
2009-08-05Convert a GString to an ep_strbuf_t (and squelch a static analysisGerald Combs1-8/+6
2009-08-05From Gerasimos Dimitriadis:Jaap Keuter1-6/+17
2009-08-05Fix for bug 3811:Jaap Keuter1-0/+6
2009-08-05From Ivan Sy:Jaap Keuter1-1/+21
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 Combs1-1/+5
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-04Initialize several ett_... variables to -1Bill Meier2-4/+4
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-03Rework an assignment to keep static analyzers from complaining.Gerald Combs1-4/+4
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-03Reword some help text slightly.Bill Meier1-2/+2
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