summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Use the block allocator for wmem's file-scope by default.Evan Huus1-1/+1
2013-01-15Cleanup: indentation, whitespace, long-lines, formatting & etc.Bill Meier1-1565/+1593
2013-01-15From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-1/+1
2013-01-15Add boilerplate GPLv2+ license as per email response from Scott Renfro:Jeff Morriss1-3/+22
2013-01-15Minor cleanup:Bill Meier1-12/+4
2013-01-14Replace gtk_table...() with ws_gtk_grid...()Bill Meier1-14/+14
2013-01-14strcmp → g_strcmp0. Fixes a crash on Windows.Gerald Combs1-3/+3
2013-01-14Take a wild guess at what might be causingEvan Huus1-0/+1
2013-01-14When the user is editing text or selecting from a combo box, don'tGerald Combs5-53/+131
2013-01-14Add missing files to package.Jaap Keuter2-2/+5
2013-01-14Try to show what condition triggered a failure.Gerald Combs1-0/+4
2013-01-14Put packet-ncp2222.c in epan/dissectors. This matches Makefile.am's behavior.Gerald Combs1-2/+2
2013-01-14Fix Coverity CID 732304: Missing break in switch.Chris Maynard1-0/+1
2013-01-14Avoid any possibility of an infinte loop. Fixes Coverity CID 739883: Infinit...Chris Maynard1-16/+18
2013-01-14Fix Coverity CID 741081: Logically dead code. (Minor whitespace cleanup also.)Chris Maynard1-35/+27
2013-01-14Fix Coverity CID 741991: Wrong sizeof argument.Chris Maynard1-1/+1
2013-01-14Fix Coverity CID 741992: Unused pointer value.Chris Maynard1-1/+1
2013-01-14Make sure we have epan/wmem/*.h.Gerald Combs1-0/+1
2013-01-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8208 :Pascal Quantin1-8/+8
2013-01-14Use SET_ADDRESS() to initialize src and dst as both src.hf and dst.hf were un...Chris Maynard1-4/+2
2013-01-14Declare count as ssize_t instead of size_t, since read(), and thus ws_read(),...Chris Maynard1-1/+1
2013-01-14Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-32/+34
2013-01-14Fix Coverity CID 762007: Logically dead code.Chris Maynard1-7/+1
2013-01-14Fixed Coverity CID 762008: Structurally dead code.Chris Maynard1-1/+1
2013-01-14Previous commit put a little too much of the README.developer boilerplate in...Jeff Morriss1-6/+0
2013-01-14packet-ncp2222.c -> dissectors/packet-ncp2222.cChris Maynard1-1/+1
2013-01-14In response to http://ask.wireshark.org/questions/17660/licence-of-editcapJeff Morriss1-2/+28
2013-01-14Fix CID 966603: Unused pointer value.Chris Maynard1-1/+1
2013-01-14Fix CID 967205: Unused pointer value.Chris Maynard1-1/+1
2013-01-14Fixing CID 280433 and 280357.Jaap Keuter1-8/+4
2013-01-14Cleanup: Whitespace, formatting-style, long-lines & etc.Bill Meier1-4166/+4180
2013-01-14Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-67/+68
2013-01-13Fix building a Debian package.Gerald Combs1-7/+7
2013-01-13[Automatic manuf, services and enterprise-numbers update for 2013-01-13]Gerald Combs3-31/+202
2013-01-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8196 :Pascal Quantin1-0/+9
2013-01-13bugfix nested loop that wasn't breaking out of the main loop when subloop rea...Michael Mann1-1/+1
2013-01-13guint16 needed to prevent rollover. Bug 8199 (https://bugs.wireshark.org/bug...Michael Mann1-1/+1
2013-01-12General whitespace & formatting style cleanup.Bill Meier1-284/+355
2013-01-12Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-60/+60
2013-01-12General cleanup: whitespace, long-lines, & etc.Bill Meier1-360/+400
2013-01-11Upgrade RRC dissector to v11.4.0Pascal Quantin8-10869/+27147
2013-01-11#if 0 out some variables that are used only in now-#if 0'ed code.Guy Harris1-0/+4
2013-01-11Try to deduce NAS EPS Detach Request direction from message sizePascal Quantin1-3/+10
2013-01-11Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-98/+98
2013-01-11Fix uninitialized variable.Guy Harris1-1/+1
2013-01-11Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8193 :Pascal Quantin1-8/+16
2013-01-11Get rid of unused variable.Guy Harris1-2/+0
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to auto...Pascal Quantin8-21/+184
2013-01-11Add support for expanded Gigamon Trailer format Michael Mann1-42/+121
2013-01-11Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-79/+87