summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8.Bill Meier2-4/+4
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier15-512/+528
2012-03-21Trivial formatting: Show segment offsets/length closer to associated sequence...Martin Mathieson1-2/+2
2012-03-21From Guy Martin:Anders Broman1-3/+5
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson2-21/+42
2012-03-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+6
2012-03-21From Irene Ruengeler: Restore functinality of last patch.Michael Tüxen2-2/+3
2012-03-21From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6972Alexis La Goutte1-1/+1
2012-03-21From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6206Alexis La Goutte1-16/+36
2012-03-21Disable debug.Anders Broman1-1/+1
2012-03-21From Steve Magnani:Anders Broman5-22/+133
2012-03-21packet-ieee1722.c:127: warning: 'ieee1722_tree' may be used uninitialized in ...Anders Broman1-1/+1
2012-03-21Make the comment I added, saying what scan_local_interfaces() does, moreGuy Harris2-2/+4
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris3-3/+9
2012-03-21From Jason Damori: packet-ieee1722.c calls subdissectors too late in dissecti...Anders Broman1-8/+12
2012-03-21Handle bogus values of the error that *should* be coming fromGuy Harris1-32/+41
2012-03-21Automake can, at times, be a delicate fragile flower. Apparently,Guy Harris2-21/+5
2012-03-21Fix 4-space tabs.Guy Harris1-35/+35
2012-03-21If you're not going to use a subtree, don't create it.Guy Harris1-2/+0
2012-03-21Fix Coverity CID 1337: UNUSED_VALUE.Chris Maynard1-3/+1
2012-03-21Fix Coverity CID 1449: DEADCODE.Chris Maynard1-3/+0
2012-03-21Fix Coverity CID's 1452-1453: UNUSED_VALUE.Chris Maynard1-2/+2
2012-03-21Fix Coverity CID 1379: UNUSED_VALUE.Chris Maynard1-1/+1
2012-03-21Fix Coverity CID's 1439-1448 OVERRUN_STATIC introduced with r41468. Also fix...Chris Maynard1-12/+11
2012-03-21activate_link_cb() is only defined and used if we have GTK 2.18 or higher; on...Jeff Morriss1-0/+2
2012-03-21Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE.Chris Maynard1-2/+0
2012-03-21Add missing break between AECP_COMMAND_SET_NAME and AECP_COMMAND_GET_NAME cas...Chris Maynard1-0/+1
2012-03-21welcome_if_tree_load() is static and only called (and prototyped) if we HAVE_...Jeff Morriss1-5/+5
2012-03-21Fix a typo.Chris Maynard1-1/+1
2012-03-21Well, it doesn't recurse with that code there, but it doesn't fill inGuy Harris1-2/+0
2012-03-21The chimney stuff is Windows-only (not that we shouldn't offer theGuy Harris1-1/+4
2012-03-21Recursion, n. See "recursion".Guy Harris1-0/+2
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris2-3/+2
2012-03-21#ifdef out some variables used only if we have libpcap.Guy Harris1-0/+2
2012-03-20Just put both clear_capture_box() and fill_capture_box() under oneGuy Harris1-2/+1
2012-03-20See if this fixes the OSX buildAnders Broman1-1/+2
2012-03-20See if this fixes the OSX buildAnders Broman1-2/+0
2012-03-20make it compile on Windows, \main_welcome.c(1024) : warning C4700: uninitiali...Anders Broman1-3/+7
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen2-212/+273
2012-03-20From Yaniv Kaul:Anders Broman1-1/+42
2012-03-20On behalf of Ericsson a dissector for output from a log tool.Anders Broman3-0/+591
2012-03-20Try to make the buildbot happy.Anders Broman1-10/+10
2012-03-20Write ISB:s if we have them.Anders Broman1-32/+173
2012-03-20To be consistent with the wiretap API don't null terminate the counted strings.Anders Broman1-49/+49
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6...Alexis La Goutte4-59/+122
2012-03-20Now, isn't that swell! Leopard's dseditgroup doesn't return a failureGuy Harris1-1/+1
2012-03-19Use consistent indentation & whitespace;Bill Meier1-770/+784
2012-03-19Small update reagarding debian buildsJörg Mayer1-1/+3
2012-03-19Add more SDK download URLs.Gerald Combs1-17/+20
2012-03-19Fix crash (caused by a corrupted Diameter dictionary) reported inJeff Morriss1-3/+26