aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-19From Roland Knall:Anders Broman1-27/+56
2012-03-19From Martin Kaiser:Anders Broman1-22/+19
2012-03-19Update cause values and export the extended value string.Anders Broman2-4/+10
2012-03-19From David wei:Anders Broman1-26/+186
2012-03-19From Smyle6 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6953Alexis La Goutte3-0/+1022
2012-03-19We don't use a GENERATED_H_FILES macro anywhere else, we useGuy Harris2-9/+4
2012-03-19Remove the generated-but-not-distributed source files on "makeGuy Harris1-0/+3
2012-03-19Add main.cpp as an EXTRA_DIST file; for now, we don't build it as partGuy Harris1-0/+1
2012-03-19Don't distribute the output of various Qt preprocessing tools. We don'tGuy Harris2-3/+27
2012-03-19Said hack didn't work.Guy Harris1-5/+0
2012-03-19Another generated file.Guy Harris1-1/+2
2012-03-19Get rid of blank line at the end.Guy Harris1-1/+0
2012-03-19Sort the EXTRA_DIST list.Guy Harris1-1/+1
2012-03-19Call the UI library in the Qt directory libqtui, not libui, to match theGuy Harris3-14/+20