aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs12-32/+177
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann3-0/+18
2013-02-08Use the new realloc API when growing a string-buffer.Evan Huus1-5/+1
2013-02-08Fix error: no newline at end of filePascal Quantin1-1/+1
2013-02-08Fix code to delete blank lines to remove all blank lines;Bill Meier1-7/+7
2013-02-08Fix Coverity CID 973548: Dereference null return value.Chris Maynard1-2/+2
2013-02-08Try using cpuid also for __x86_64__ if compiled with GCC.Anders Broman1-8/+53
2013-02-08Change string to filename preference so file can be browsed forMichael Mann1-1/+1
2013-02-08Use glib's isdigit function.Evan Huus1-1/+1
2013-02-08Support SDP context over SIP.Michael Mann3-508/+820
2013-02-08Add new images to Makefile.am (needed when use make dist-*)Alexis La Goutte1-0/+2
2013-02-08Constify the name member of a struct _proto_xmlpi_attr, to squelchGuy Harris1-1/+1
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris4-5/+5
2013-02-08Constify the return value of append_to_buffer(), to squelch someGuy Harris1-2/+2
2013-02-08Constify the return value of replace_entity(), to squelch some warnings.Guy Harris1-2/+2
2013-02-08Stick NONGENERATED_ in the front of the macros listing non-generatedGuy Harris2-9/+21
2013-02-08We don't care what source files are "dissector" source files, we onlyGuy Harris4-114/+41
2013-02-08Capitalize the short name.Gerald Combs1-1/+1
2013-02-08Put all the aclocal-fallback files in the source distribution.Jeff Morriss1-0/+4
2013-02-08Move move of the Qt checks into AM_PATH_QT.Jeff Morriss3-84/+81
2013-02-08Fix issue where using realloc() to shrink a chunk could result inEvan Huus1-0/+3
2013-02-08Add explicit casts to pacify MSVC buildbot.Evan Huus1-6/+6
2013-02-08Make use of the new garbage-collection routines when closing a file.Evan Huus1-0/+4
2013-02-08Update wmem docsEvan Huus1-2/+3
2013-02-08Expose the new wmem API functions, and use a consistent order ofEvan Huus3-15/+26
2013-02-08Rewrite the block allocator to support the new wmem API (realloc, free, gc).Evan Huus1-90/+600
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs3-0/+9
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs7-52/+679
2013-02-08If we're compiling for Qt check if we have a working C++ compiler.Jeff Morriss1-0/+11
2013-02-07Check for QtCore instead of Qt.Jeff Morriss1-1/+1
2013-02-07Add addition test to reduce false positives for 'ERROR: NO ARRAY: 'Bill Meier1-4/+46
2013-02-07Use proto_registrar_get_id_byname() instead of proto_registrar_get_byname();Bill Meier2-43/+17
2013-02-07Add 'proto_registrar_get_id_byname()' accessor.Bill Meier2-4/+22
2013-02-07Add note re 'no problems to date' with VS2012 (VC11).Bill Meier1-0/+2
2013-02-07Use a variable for the package name we're querying.Jeff Morriss3-29/+31
2013-02-07QPropertyAnimation is needed for Qt builds and isn't present until Qt 4.6.0.Jeff Morriss2-3/+63
2013-02-07Add a hack to fix false positive 'unused ...' related to use of ..._add_oui().Bill Meier1-0/+32
2013-02-07Add proto_tree_set_visible. Also, sort.Chris Maynard1-121/+122
2013-02-07There is no longer any need to link wireshark.desktop and wireshark.png into ...Jeff Morriss1-2/+1
2013-02-07Minor tweaks ...Bill Meier1-1/+3
2013-02-07Fix a few minor bugs;Bill Meier1-15/+15
2013-02-07Perl is required to build Wireshark, add it to BuildRequires.Jeff Morriss1-3/+3
2013-02-07Add MIME types for more capture file formats Wireshark understands:Jeff Morriss2-2/+31
2013-02-07Add magic matching to PCAP, PCAPNG, and snoop files (based on Fedora's magicJeff Morriss1-0/+20
2013-02-07Overhaul to make this file more useful/up to date. Many changes are based onJeff Morriss1-22/+214
2013-02-06Remove more unnecessary defintions.Gerald Combs2-6/+0
2013-02-06Remove some unnecessary definitions.Gerald Combs1-3/+0
2013-02-06C++-ize filter_expressions.h.Gerald Combs1-0/+8
2013-02-06Fix missing hf field array entries:Bill Meier1-43/+64
2013-02-06Add filter expressions frame entries.Gerald Combs3-0/+9