aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
svn path=/trunk/; revision=53340
2013-11-15Updating a generated fileJörg Mayer1-7/+16
svn path=/trunk/; revision=53339
2013-11-15Remove some trailing whitespaceJörg Mayer1-2/+2
svn path=/trunk/; revision=53338
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
svn path=/trunk/; revision=53337
2013-11-15To quote GCC, "uninitialized const 'zeroes' is invalid in C++". I guessGuy Harris1-1/+1
that must be true, and that there's a reason why it's invalid.... svn path=/trunk/; revision=53336
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
svn path=/trunk/; revision=53335
2013-11-15Create/use value_string_ext to reference a value-string-array.Bill Meier1-4/+5
Define an array as const. svn path=/trunk/; revision=53334
2013-11-14Add changes since 1.11.0.Gerald Combs1-0/+10
svn path=/trunk/; revision=53333
2013-11-14Let's try putting the 'const' in the right place...Bill Meier1-1/+1
svn path=/trunk/; revision=53332
2013-11-14Update the guidelines a bit.Gerald Combs1-3/+13
svn path=/trunk/; revision=53331
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-177/+206
Define an array as const. Add editor modelines. Do some minor whitespace & formatting style changes. svn path=/trunk/; revision=53330
2013-11-14Revert some inadvertent changes from the last commit.Gerald Combs2-5/+7
svn path=/trunk/; revision=53329
2013-11-1464-bits: reorder fields in struct _protocol to remove padding.Jakub Zawadzki1-1/+1
This patch decrease size of _protocol structure from 64B to 56B svn path=/trunk/; revision=53328
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in ↵Jakub Zawadzki2-10/+5
packet-ieee80211.c, remove it. svn path=/trunk/; revision=53327
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs11-18/+75
Stream and Flow Graph hint statistics. svn path=/trunk/; revision=53326
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-102/+119
Define an array as const. Remove some unneeded initializers. Add editor modelines. Do some minor whitespace changes. svn path=/trunk/; revision=53325
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
svn path=/trunk/; revision=53324
2013-11-14share Data Broadcast IDs between MPEG descriptor and DVB-CIMartin Kaiser3-2/+5
svn path=/trunk/; revision=53323
2013-11-14fix application capability handlingMartin Kaiser1-1/+2
svn path=/trunk/; revision=53322
2013-11-14add Data Broadcast ID for CI+ and HbbTVMartin Kaiser1-0/+2
svn path=/trunk/; revision=53321
2013-11-14dissect Operator Profile's delivery capability bytesMartin Kaiser1-1/+15
svn path=/trunk/; revision=53320
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-7/+23
Define a char array as const. Remove an unneeded initializer. Add editor modelines. Do some minor whitespace changes. svn path=/trunk/; revision=53319
2013-11-14Cast the return value of conversation_get_proto_data() to whois_transaction_t *.Chris Maynard1-1/+1
svn path=/trunk/; revision=53318
2013-11-14Add a basic whois dissector.Chris Maynard4-0/+227
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9357 svn path=/trunk/; revision=53317
2013-11-14Create/use value_string_ext for some value-string-arrays.Bill Meier1-569/+586
Define several char arrays as const. Add editor modelines. Do some minor whitespace changes. svn path=/trunk/; revision=53316
2013-11-14Fix automake compilation.Gerald Combs1-0/+1
svn path=/trunk/; revision=53315
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs15-50/+306
Collect packet numbers when following streams so that we can correlate text positions with packets. Add a FollowStreamText class so that we can track mouse events. Add a hint label that shows the packet under the cursor along with packet counts and the number of "turns". Add the packet number to the C array dump. Note that dumping to YAML might be useful for Scapy users. svn path=/trunk/; revision=53314
2013-11-14Add a cast to try and fix the OSX buildbot.Evan Huus1-1/+1
svn path=/trunk/; revision=53313
2013-11-14Fix dissection of MBIM Extended Functional Descriptor MTUPascal Quantin1-1/+1
svn path=/trunk/; revision=53312
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64
svn path=/trunk/; revision=53311
2013-11-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9303 based on patch andEvan Huus1-6/+28
help from Matthieu Patou. If the DCE-RPC heuristic failed to identify a TVB, *but* we've already decoded a DCE-RPC layer in this packet *and* the heuristic failed because we didn't have enough data, make the reasonable assumption that it actually is another DCE-RPC packet, and ask TCP to desegment more data for us and try again. svn path=/trunk/; revision=53310
2013-11-13The kafka compression codec is only 2 bits, not 3.Evan Huus1-1/+1
svn path=/trunk/; revision=53309
2013-11-13Fix what appears to be a mistake during the conversion in r53036 fromEvan Huus1-3/+3
dissector_try_uint to dissector_try_uint_new: protocols called due to TCP port matching were not getting added to the list of protocols in the frame. The "add_proto_name" parameter should be TRUE except in unusual circumstances. svn path=/trunk/; revision=53308
2013-11-13share service type descriptions between MPEG descriptor and DVB-CIMartin Kaiser3-3/+8
svn path=/trunk/; revision=53307
2013-11-13Highlight selected sequence diagram items.Gerald Combs13-328/+428
Create a new dialog each time the user follows a stream. A lot of the follow code seems to assume one and only one dialog so there are likely outstanding bugs. Don't use the global cfile (should we deprecate its usage?). We want to move closer to multiple documents, not further away. Clean up after ourselves. Free our payload list and unlink our temp file. Make a bunch of gchar*s QStrings. Make sure our destructor gets called and use it. Make member variable and method names more consistent. svn path=/trunk/; revision=53306
2013-11-13dissect Refresh Request FlagMartin Kaiser1-1/+13
svn path=/trunk/; revision=53305
2013-11-13dissect Operator Profile's delivery system hintMartin Kaiser1-3/+29
svn path=/trunk/; revision=53304
2013-11-13(Minor cleanup): unneeded initializers, whitespace, long-lines, typosBill Meier1-190/+207
svn path=/trunk/; revision=53303
2013-11-13Add more GSM SIM Toolkit info to info columnPascal Quantin2-0/+4
svn path=/trunk/; revision=53302
2013-11-13Fix CID 1113411: close the file descriptor and free the file name even inJeff Morriss1-9/+14
error cases. svn path=/trunk/; revision=53301
2013-11-13Make subpackage Requires: more generic.Jeff Morriss1-2/+2
svn path=/trunk/; revision=53300
2013-11-13Wrap GCC pragma in an #ifdef to make it compile when we're not using GCC.Jeff Morriss2-1/+5
Again, change manually applied to the .h file. svn path=/trunk/; revision=53299
2013-11-13Use a gcc pragma to stop the (pages of) warnings coming out ofJeff Morriss2-2/+5
x11-extensions-implementation.h . This change was manually applied to the .h file as I can't currently rebuild the X11 dissector. svn path=/trunk/; revision=53298
2013-11-13Add a (wireshark-)qt package that contains the Qt-based GUI (and the necessaryJeff Morriss1-14/+87
desktop-integration files); build it by default. Use 'alternatives' to choose which GUI actually gets used; give the Gtk GUI priority over the Qt one (for now). svn path=/trunk/; revision=53297
2013-11-13Simplify the CLI preinstall script a bit and hopefully get rid of an error.Gerald Combs1-5/+1
svn path=/trunk/; revision=53296
2013-11-13Set SVN properties.Jeff Morriss0-0/+0
svn path=/trunk/; revision=53295
2013-11-12Highlight selected sequence diagram items.Gerald Combs3-15/+69
svn path=/trunk/; revision=53294
2013-11-12Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris1-6/+2
no val_to_string_repr method, we don't need to check whether it has such a method, and thus don't need to include epan/ftypes/ftypes-int.h. svn path=/trunk/; revision=53293
2013-11-12tabs -> spacesPascal Quantin1-9/+9
svn path=/trunk/; revision=53292
2013-11-12Fix a typo errorPascal Quantin1-1/+1
svn path=/trunk/; revision=53291