aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2-44/+176
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman7-100/+456
2012-07-18Clean up indentation.Guy Harris1-6/+6
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus12-14/+14
2012-07-18Add basic CppCheck configuration and runner.Evan Huus3-0/+68
2012-07-18Match R9 versions of some more LTE protocols to registered dissector names.Martin Mathieson1-4/+9
2012-07-17Set the folder to the containing directory of the file name in question,Guy Harris1-1/+4
2012-07-17Fix copy/paste errorPascal Quantin1-1/+1
2012-07-17- Make dns srv elemnts filterable (were: text only)Jörg Mayer1-8/+30
2012-07-17Fix comments, from r43729 we don't load bold font.Jakub Zawadzki1-2/+2
2012-07-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :Pascal Quantin1-0/+1
2012-07-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7470 :Pascal Quantin4-13/+78
2012-07-17Fix Coverity CID 709722: Logically dead code.Chris Maynard1-3/+0
2012-07-17Fix Coverity CID 709726: Structurally dead code. Also, convert tabs to spaces.Chris Maynard1-127/+127
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin3-4/+4
2012-07-17Now it compiles with 2.24 - hopefuly it will even workJörg Mayer1-2/+2
2012-07-17Bring compilation with gtk 2.24 one step further (not yet working)Jörg Mayer1-0/+5
2012-07-17More a few ASN.1 based dissectors from the dirty to celan lib (as they should...Pascal Quantin2-12/+12
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin13-27/+30
2012-07-17Fix bug #7488: Unable to correctly identify IEC 61850 MMS packetsJakub Zawadzki1-1/+1
2012-07-17From Peter Paluch:Anders Broman1-0/+1
2012-07-17Use same capitalization for Service request message as for other messagesPascal Quantin1-2/+2
2012-07-17Remove extra space after message namePascal Quantin2-80/+80
2012-07-17From Wayne Brassem via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=74...Pascal Quantin1-2/+8
2012-07-17Add Jacob Nordgren and Rishie Sharma to the list.Anders Broman1-0/+8
2012-07-16Pass the correct widget to gtk_open_file. If we're filling in a displayGerald Combs1-12/+13
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs4-168/+217
2012-07-16Fix compilation error seen with gcc on Unix:Stephen Fisher1-1/+1
2012-07-16Comment a few unused variables / functionsPascal Quantin2-14/+14
2012-07-16Gadu-Gadu: dissect more packets.Jakub Zawadzki1-30/+357
2012-07-16From Zdravko Velinov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-13/+83
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-34/+195
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-89/+333
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman11-152/+941
2012-07-16Minor cleanup, including:Bill Meier5-115/+36
2012-07-16proto_tree_add_boolean() takes value not ENC_ flag.Jakub Zawadzki3-15/+15
2012-07-16(trivial) Explicitly initialize a static variable to NULL.Bill Meier1-1/+1
2012-07-16- Restore optimization of drawing only lines in clipping areaJakub Zawadzki1-12/+19
2012-07-16Compilation fixes for gtk-3.x + for gtk-2.x use clipping region not area.Jakub Zawadzki1-24/+47
2012-07-16- Make it compile gtk-2.24 with GSEAL_ENABLE enabledJakub Zawadzki1-63/+112
2012-07-16Some gtk-3.0 fixes.Jakub Zawadzki1-7/+49
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman4-10/+24
2012-07-16Don't create and destroy a cairo context for each line and ellipse whenMartin Mathieson1-30/+10
2012-07-16<gtk/gtkmarshal.h> doesn't appear to be necessary, at least with GTK+Guy Harris1-5/+15
2012-07-16Fix a copy+paste error ('capinfos' appearing in error string).Martin Mathieson1-1/+1
2012-07-16The CMake builds in the Ubuntu buildbot appear to be building with GTK+Guy Harris1-1/+3
2012-07-16For the encoding and format, use the enum types.Guy Harris1-6/+6
2012-07-15Get rid of probably-unnecessary parentheses around the expansion ofGuy Harris1-2/+2
2012-07-15Fix some gseal warnings.Jakub Zawadzki2-18/+33
2012-07-15Get rid of unnecessary include.Guy Harris1-2/+0