summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Qt: Save preferences when hide/show columnsStig Bjørlykke1-0/+6
2015-11-24VoIP: fix a null dereference when trying to retrieve the time of a T.38 tappe...Pascal Quantin1-1/+1
2015-11-24Qt: check that a file name was selected before trying to export follow contentPascal Quantin1-11/+13
2015-11-24[Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.AndersBroman2-7/+0
2015-11-24Qt (Recent Files): Fix typo on variable nameAlexis La Goutte1-1/+1
2015-11-24Fix indentation.Guy Harris1-1/+1
2015-11-24Check *how many* fields sscanf() found.Guy Harris1-31/+82
2015-11-23Qt: Fix column resolve namesStig Bjørlykke1-0/+4
2015-11-23Qt: Fixed more column issues when changing profile.Stig Bjørlykke2-2/+11
2015-11-23HiSLIP: remove a DISSECTOR_ASSERTPascal Quantin1-7/+6
2015-11-23RADIUS: fix wrong offset for protocolAlexis La Goutte1-1/+2
2015-11-23Qt: Revert to more optimized codeStig Bjørlykke1-8/+5
2015-11-23Qt: Set tooltip for packet list headerStig Bjørlykke6-26/+56
2015-11-23Qt: Improved profiles popup menuStig Bjørlykke3-30/+31
2015-11-23epan: Free pointers to deallocated memoryStig Bjørlykke1-0/+6
2015-11-23merge: fix parameter 'in_files/in_count_files' not found in the function decl...Alexis La Goutte1-6/+6
2015-11-23Qt: Preserve selected file in welcome screen.Stig Bjørlykke1-0/+9
2015-11-22Add Windows CMake auto generated files to .gitignorePascal Quantin1-2/+21
2015-11-22Quote the source directory in Git commands.Guy Harris1-3/+3
2015-11-22Quote the path for the Windows setup script.Guy Harris1-1/+1
2015-11-22We *do* use setWindowModified; remove the XXX comment saying to do so.Guy Harris1-1/+0
2015-11-22Qt: save columns position before freezingPascal Quantin1-0/+1
2015-11-22Qt: Added translate for "Capturing from ".Stig Bjørlykke1-9/+2
2015-11-22Qt: Set normal window icon when capture file closed.Stig Bjørlykke3-6/+6
2015-11-22asn2wrs.py: fix path substitution when generating ASN.1 dissectors with CMake...Pascal Quantin1-2/+2
2015-11-22Do not expand packets in packet dialog by defaultPeter Wu1-1/+0
2015-11-22Fix RTP player crash on invalid streamsPeter Wu1-0/+5
2015-11-22SCSI: Fix mixed up SCSI senddiag PF valuesStefan Pöschel1-1/+1
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke4-4/+34
2015-11-21debian: Move icon and mime info file to wireshark-commonBalint Reczey3-5/+3
2015-11-21debian: Fix bumping SO versionsBalint Reczey5-9/+9
2015-11-21Set major SO versions for release in CMake and debian/Balint Reczey11-29/+33
2015-11-21usbvideo: fix Malformed packet error for SET_CURPeter Wu1-4/+0
2015-11-20Rule-Failure-Code enum value 14 added.Branislav Makan1-1/+1
2015-11-20Qt: Fixed column issues when changing profile.Stig Bjørlykke2-14/+15
2015-11-20More spelling fixes found by lintianBalint Reczey29-33/+33
2015-11-19Profinet: use pinfo pool to build conversation filterPascal Quantin1-9/+7
2015-11-19Fixing picosecond timestamp for vrt protocol. Needs to be parsed as uint64 n...Nick Bedbury1-1/+1
2015-11-19ASN1 (custom.make): fix typoAlexis La Goutte1-2/+2
2015-11-19NWP: use col_add_str to set COL_INFOPascal Quantin1-1/+1
2015-11-182.0.0 → 2.0.1.Gerald Combs13-1733/+25
2015-11-18Build 2.0.0.Gerald Combs4-1254/+1066
2015-11-18Revert: Free cf->edt before free cf->epan when redissecting.Gerald Combs2-5/+1
2015-11-18Check for ECHILD, not for "not ECHILD".Guy Harris1-8/+34
2015-11-18Error from waitpid(): Fix Code is unreachableStephan Kappertz1-3/+3
2015-11-18Qt: Don't update expert icon without a capture file.Stig Bjørlykke1-2/+3
2015-11-18Lua: Disable Reload Lua Plugins while reading file.Stig Bjørlykke3-4/+9
2015-11-18epan: Check for valid cf->edt before free.Stig Bjørlykke1-2/+4
2015-11-18Export the value_string array ip_proto_val_ext for usage in pluginsJo Rueschel2-1/+2
2015-11-17Fix crash in RTP Player on stop and closePeter Wu3-8/+28