aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-20tvb_get_string(): replace 8bit characters with the unicode replacement charMartin Kaiser2-14/+35
2014-01-20Longs are not guaranteed to be 64-bit. Use G_GINT64_MODIFIER to formatGuy Harris1-3/+3
2014-01-20From Michal Labedzki:Anders Broman1-80/+80
2014-01-20packet-bootp.c: In function 'dissect_vendor_generic_suboption':Anders Broman1-2/+2
2014-01-20From alexeyv:Anders Broman4-22/+117
2014-01-20Add generic dissection of unknown vendor sub options.Anders Broman1-3/+48
2014-01-20Fix 32/64 casting and add a note where the loss of precision might actually be aEvan Huus1-4/+6
2014-01-20From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus2-17/+3002
2014-01-20From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638Alexis La Goutte3-0/+979
2014-01-20Add modelines infoAlexis La Goutte1-1/+13
2014-01-20Fix indent (use 4 spaces) and remove trailing whitespaceAlexis La Goutte1-3/+3
2014-01-20Fix build with CMake (Missing tap_export_pdu in ui/CMakeLists.txtAlexis La Goutte1-1/+2
2014-01-20Fix typo (only need one comma)Alexis La Goutte1-1/+1
2014-01-20From Abdul Hannan Khan:Anders Broman1-48/+48
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman6-213/+306
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
2014-01-19coverity 702387Martin Kaiser1-0/+4
2014-01-19coverity 281214Martin Kaiser1-6/+8
2014-01-19[Automatic manuf, services and enterprise-numbers update for 2014-01-19]Gerald Combs3-16/+192
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman3-27/+18
2014-01-19Fix a typoJörg Mayer1-1/+1
2014-01-19Error doesn't exist, use warning instead.Jörg Mayer1-1/+1
2014-01-19Add option to specify special permissions for dumpcap during cmake phase:Jörg Mayer3-4/+59
2014-01-18-Warray-bounds was listed twiceJörg Mayer2-2/+0
2014-01-18Add environment checks. Add a topic to our refspec.Gerald Combs1-3/+23
2014-01-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :Pascal Quantin1-2/+2
2014-01-17From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-3/+3
2014-01-17From Toralf FörsterMartin Kaiser2-3/+3
2014-01-17Fix [-Wmissing-prototypes]Anders Broman24-1/+45
2014-01-17Fix [-Wmissing-prototypes]Anders Broman28-0/+49
2014-01-17Try to fix warning: initializer element is not computable at load time.Anders Broman1-20/+39
2014-01-17Fix a bug intrduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=re...Anders Broman1-1/+3
2014-01-16Look for win_flex and win_bison.Gerald Combs2-0/+2
2014-01-16If you use bashisms it means you're a bash script.Gerald Combs1-1/+1
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs5-4/+63
2014-01-16Remove #include and make the situation with snow3g clearer in a comment. May...Martin Mathieson1-4/+5
2014-01-16Fix [-Wmissing-prototypes]Anders Broman15-1/+28
2014-01-16Partially revert r54824.Gerald Combs1-1/+4
2014-01-16Allow the use of Win flex-bison and document how to do that.Gerald Combs3-10/+17
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
2014-01-15Fix a couple ofAnders Broman1-16/+46
2014-01-15Add captype and tfshark binaries to .gitignoreEvan Huus1-0/+2
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Fun and games with const.Guy Harris1-2/+2
2014-01-15Explain casting away const.Guy Harris1-0/+7
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman25-620/+1057
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Don't cast away constness.Guy Harris1-1/+1