aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-19Fix request/response tracking with checksum corner case.Chris Maynard2-2/+6
2012-09-19Revert r45005.Martin Mathieson5-48/+63
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson5-63/+48
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin3-44/+30
2012-09-19Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson1-4/+21
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer2-35/+0
2012-09-19SCSI: Dont show two reserved bytes in the decode pane for standard INQ pageRonnie Sahlberg1-9/+1
2012-09-19Use g_new instead of g_malloc to avoid manual C-style casting in C++ code.Evan Huus1-1/+1
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss8-26/+8
2012-09-19Use guilibsdll and htmlhelp.lib in the Qt build.Gerald Combs2-1/+5
2012-09-19Add VC11 (VS2012) to an '#if _MSC_VER == 1500 || ...' test.Bill Meier1-1/+2
2012-09-18Fix format string.Guy Harris1-1/+1
2012-09-18Remove a debugging mesage.Gerald Combs1-1/+0
2012-09-18Fix call to g_filename_to_uri(), and do error checking.Guy Harris1-2/+11
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs3-17/+22
2012-09-18Update configure.ac modifications to reflect r44986.Gerald Combs1-9/+7
2012-09-18Fix compilation on Windows.Gerald Combs1-1/+1
2012-09-18From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=61...Jeff Morriss2-0/+8
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs10-445/+545
2012-09-18*NIX (autofoo and cmake) part of the fix forJeff Morriss3-31/+55
2012-09-18From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7716Alexis La Goutte3-5/+556
2012-09-18Use g_malloc0Jakub Zawadzki1-18/+9
2012-09-18Trivial typo/copy-and-paste comment fix.Chris Maynard1-1/+1
2012-09-18Add stuff to config to build with VS2012. However: build currently fails.Bill Meier1-2/+15
2012-09-18Add ui/qt/console.lua to .gitignoreAlexis La Goutte1-0/+1
2012-09-18Revert r44978: dissector_add_uint: Legalize formerly improper use of the API ...Jakub Zawadzki1-46/+39
2012-09-18If all ports are set to 0, then register the handle so "Decode As..." works.Chris Maynard1-0/+12
2012-09-18dissector_add_uint:Jörg Mayer1-39/+46
2012-09-18Fix up proto_reg_handoff_hazelcast(), setting "initialized" to TRUE once init...Chris Maynard1-13/+8
2012-09-18Don't register to udp port 0.Chris Maynard1-2/+4
2012-09-18Don't register to udp/tcp port 0, but use dissector_add_handle() instead.Chris Maynard1-5/+2
2012-09-18Add python cache and temporary files to the list of files to clean up.Jeff Morriss3-3/+8
2012-09-18Fix dissection of Scheduling Information MAC Control Element when it is the o...Pascal Quantin1-5/+13
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss3-6/+26
2012-09-18If we have PYTHON use make-tap-reg.py (like we do on Windows): it's slightlyJeff Morriss1-3/+8
2012-09-18parse nfsv4.1 SEQUENCE status flags (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-73/+150
2012-09-18Only provide the parameter data in the tvb used when calling subdissector for...Anders Broman1-2/+4
2012-09-18Fix uninitialized value warnings from GCC.Evan Huus1-3/+3
2012-09-18Do some reformatting.Bill Meier1-119/+205
2012-09-18From Michael Lum: Fix typo.Bill Meier1-1/+1
2012-09-18Add Gerald's recent qt text-import work to CMake build.Evan Huus1-0/+3
2012-09-18Initialize all hf's to -1, not 0.Chris Maynard1-20/+20
2012-09-18Two hf's were not initialized to -1. They are now.Chris Maynard1-2/+2
2012-09-18Make the help button do something.Gerald Combs2-0/+9
2012-09-18Initialize ett's and hf's to "-1", not "- 1".Chris Maynard1-4/+4
2012-09-18Adjust the Import Text dialog size policy, although it's still notGerald Combs1-33/+39
2012-09-17Restore set_last_open_dir. We need it on Windows.Gerald Combs2-0/+7
2012-09-17Add a text import dialog. Use libui.Gerald Combs12-56/+1127
2012-09-17Put back the part of the regexp's that avoids finding function prototypes.Jeff Morriss1-2/+2
2012-09-17Rather than reading the dissectors line by line and searching for theJeff Morriss1-35/+30