aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-17There is no proto_reg_handoff_data() so don't prototype it. Remove unnecessa...Jeff Morriss1-3/+0
2012-09-17Unique-ify the list of dissector registration and handoff functions while weJeff Morriss1-3/+4
2012-09-17#include <epan/prefs.h> not req'd.Bill Meier1-2/+1
2012-09-17Cleanup:Bill Meier1-236/+234
2012-09-17Cleanup:Bill Meier1-174/+217
2012-09-17Update dissection of Request type IEPascal Quantin1-0/+1
2012-09-17Handle SDP_CRYPTO optional parameters better.Anders Broman1-147/+158
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+78
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-37/+74
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+52
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-4/+17
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-5/+36
2012-09-17callsinfo->stop_fd not set in all branches for UNISTIM.Anders Broman1-5/+7
2012-09-17Fix errors in the packet length checks.Anders Broman1-2/+5
2012-09-17Add IPv6 heuristic.Anders Broman1-27/+78
2012-09-17Add eol-style and keywords to SVN properties.Evan Huus1-875/+875
2012-09-17Make it compile with GCC.Evan Huus1-5/+5
2012-09-17Add IETF ForCES(Forwarding and Control Element Separation) dissector (https:/...Michael Mann3-0/+877
2012-09-17Minor cleanup:Bill Meier1-28/+14
2012-09-17Minor cleanup:Bill Meier1-57/+51
2012-09-16Cleanup:Bill Meier1-50/+38
2012-09-16Trivial cleanup:Bill Meier1-120/+122
2012-09-16(trivial) fix a typoBill Meier1-1/+1
2012-09-16Add packet-interlink to CMake build to maintain parity with automake as ofEvan Huus1-0/+1
2012-09-16Complete process of moving packet-interlink to a built-in dissector:Bill Meier2-1/+2
2012-09-16[Automatic manuf, services and enterprise-numbers update for 2012-09-16]Gerald Combs3-5/+127
2012-09-16Compile and install schemas if GTK3 is used, nsis needs update tooAnders Broman2-0/+4
2012-09-16Work around Solaris 11's pkg-config being in /usr/ccs/bin but itsGuy Harris1-0/+10
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus8-25/+51
2012-09-15Add support for bzr checkouts (similar to git checkouts) to make-version.pl.Evan Huus1-1/+35
2012-09-15Trivial whitespace formatting cleanup;Bill Meier1-122/+128
2012-09-15Minor cleanup:Bill Meier1-48/+10
2012-09-15Trivial cleanup;Bill Meier1-65/+67
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus5-0/+26
2012-09-15Avoid a stack-smash when decoding the new DNS option field if the length isEvan Huus1-1/+8
2012-09-15Don't redefine WIRESHARK_UI_SRCAnders Broman1-5/+0
2012-09-15text_import_scanner_lex.h and text_import_scanner.c are now part ofGuy Harris2-7/+7
2012-09-15*Do* use DIRTY_GENERATED_C_FILES, as it's defined; sadly, flex doesn'tGuy Harris1-2/+4
2012-09-15DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,Guy Harris2-6/+2
2012-09-15Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris1-4/+1
2012-09-15Update CMakeLists to respect the recent libui changes so that wireshark andEvan Huus1-1/+2
2012-09-14libgtkui_dirty → libui_dirty.Gerald Combs3-9/+9
2012-09-14More fixes for the text import move.Gerald Combs4-11/+11
2012-09-14Deletions from the last commit didn't make it for some reason.Gerald Combs4-1215/+0
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs14-34/+1318
2012-09-14Fix up the (#if'd out) sequence number analysis debug code so that it compile...Jeff Morriss1-105/+109