aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugGuy Harris1-6/+18
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.Gerald Combs1-11/+25
2009-08-08From Bahaa Naamneh via Bug 3538:Kovarththanan Rajaratnam1-1/+4
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...Kovarththanan Rajaratnam2-7/+8
2009-08-08Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable lau...Kovarththanan Rajaratnam1-2/+2
2009-08-08From Ivan Sy:Jaap Keuter1-0/+3
2009-08-08Note that the new behavior matches what Wireshark does.Guy Harris1-1/+1
2009-08-08Move one comment before all of the code to which it refers.Guy Harris1-16/+34
2009-08-08If we have a format error, don't try adding something to theGerald Combs2-13/+19
2009-08-07fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:Bill Meier1-2/+5
2009-08-07From Matt P via bug 3774:Gerald Combs1-14/+30
2009-08-07tshark: console_log_level preference now controls which log msgs are sent to ...Bill Meier1-6/+41
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer2-0/+43
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer2-2/+4
2009-08-07- Add rfc number comments on not-yet-decoded optionsJörg Mayer1-17/+24
2009-08-07Back out r29323. The non fully qualified path seems to work for everyone else...Kovarththanan Rajaratnam1-1/+1
2009-08-07Use fully qualified path to bashKovarththanan Rajaratnam1-1/+1
2009-08-07Free frame data slice on file resetKovarththanan Rajaratnam1-0/+2
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-06Added new_packet_list_set_font() and initialize fonts when usingStig Bjørlykke4-4/+19
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-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