aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman4-20/+44
2011-04-01Add some info as to the determination of the length of a FT_STRINGZ item.Bill Meier1-0/+7
2011-04-01From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-33/+70
2011-04-01Avoid potential buffer overruns when sscanf'ing strings.Chris Maynard1-2/+2
2011-04-01Don't use pParser->yyidx as an index into pParser->yystack[] until after it isChris Maynard1-2/+3
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.Chris Maynard2-4/+3
2011-04-01Take care not to append RLC mode to proto_item twice.Martin Mathieson1-3/+0
2011-03-31Rename local 'pipe_input' so it doesn't shadow global 'pipe_input';Bill Meier1-290/+290
2011-03-31Memory leak in lemon.cRonnie Sahlberg1-5/+5
2011-03-31Fix 11 occurrences of returned pointer never used. Fixes CID's 1064-1067.Chris Maynard1-12/+11
2011-03-31Check return value of file_seek(). Fixes CID 338.Chris Maynard1-1/+2
2011-03-31Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard1-1/+1
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.Chris Maynard1-1/+1
2011-03-31Use BSWAP16 instead of BSWAP32 for 16-bit values. Fixes CID's 1179 and 1180.Chris Maynard1-2/+2
2011-03-31Use a common function, higher_priority_status_level() to determine whether orChris Maynard1-20/+23
2011-03-31Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712.Chris Maynard1-3/+1
2011-03-31From Alexis La Goutte via bug 5790: Fix 8 clang warnings, all of which were:Chris Maynard1-7/+13
2011-03-31Delete unused header fields found by running tools/checkhf.pl.Chris Maynard2-11/+0
2011-03-31(Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.Bill Meier1-26/+26
2011-03-31From Yair via bug 5779: Add option to leave AAL5 in unspecified format.Chris Maynard1-1/+15
2011-03-31From Andrew Feren via bug 5775: Correct types on several info elements.Chris Maynard1-13/+17
2011-03-31Register tcp by name.Stig Bjørlykke1-1/+2
2011-03-31Use correct functions to fetch protocol name for a dissector registered Stig Bjørlykke1-9/+6
2011-03-31Added dissector_handle_get_long_name().Stig Bjørlykke2-0/+14
2011-03-31Use correct length for clientaddr4 callback address entry.Stig Bjørlykke1-2/+2
2011-03-30Fix a couple of typos.Chris Maynard2-4/+4
2011-03-30From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard1-8/+7
2011-03-30Wrap all text lines of help at column 80.Chris Maynard3-7/+11
2011-03-30remove two pointless const in castsRonnie Sahlberg1-1/+1
2011-03-30remove some assignments we dont useRonnie Sahlberg1-11/+11
2011-03-29Change TCP_PORT_MANGO to TCP_PORT_MONGO.Chris Maynard1-2/+2
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-15/+19
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-0/+1
2011-03-29From Alexis La Goutte via bug 5790: Add partial bit flag in query.Chris Maynard1-0/+7
2011-03-29Grab URL from frame info value instead of from tvb. Fixes bug 5780.Chris Maynard1-3/+5
2011-03-29Don't put a 196808 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-59/+83
2011-03-29Remove check_col().Anders Broman1-17/+13
2011-03-29Don't assign proto_item pointers that are not used.Martin Mathieson1-2/+2
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-44/+78
2011-03-29Guard against NULL return from find_protocol_by_id().Stig Bjørlykke1-0/+3
2011-03-29From Pascal Quantin:Stig Bjørlykke1-6/+15
2011-03-29RTP: display payload type name from dynamic payload type tableTomas Kukosa2-5/+2
2011-03-29Prohibit (memory-unsafe) g_sprintf() and g_vsprintf().Jeff Morriss1-0/+2
2011-03-28Cast to guint to avoid a Windows compiler warning.Chris Maynard1-1/+1
2011-03-28Move -D option into "pre-scan" group as there's no need to start gtk+ for it.Chris Maynard1-24/+24
2011-03-28Use fprintf_stderr() instead of printf() so "wireshark -D" works (on Windows).Chris Maynard1-3/+3
2011-03-28Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul.Stephen Fisher1-82/+103