aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-04Finally successfully built with the msvc2010 GUI a DebugJörg Mayer1-0/+2
2013-12-04- Forward declaration of register functions.Anders Broman1-0/+3
2013-12-04Try to fix a bunch of [-Wmissing-prototypes]Anders Broman2-93/+94
2013-12-04FixJörg Mayer1-1/+1
2013-12-04- Make local functions static.Anders Broman1-4/+6
2013-12-04"RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP ...Anders Broman2-2/+67
2013-12-04From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-11/+8
2013-12-04From Matt TexierAlexis La Goutte1-53/+41
2013-12-04Ply parser updated to 3.5 (from GitHub github.com/dabeaz/ply)Tomas Kukosa2-119/+179
2013-12-04Add also heuristic for HTTPAlexis La Goutte1-0/+1
2013-12-04Create all binaries in one directory. After running setpath.batJörg Mayer1-2/+10
2013-12-04Regenerate dissector after change to add prototypeAlexis La Goutte4-748/+759
2013-12-04From Anders request Add prototype for corba/idl dissectorAlexis La Goutte1-0/+17
2013-12-04Fix for dissecting cdt without having a tree.Stig Bjørlykke2-3/+7
2013-12-04On Windows:Jörg Mayer1-0/+5
2013-12-04- Include config.hJörg Mayer1-6/+6
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki12-13/+22
2013-12-03Dissect comprehension-tlv address objectPascal Quantin1-0/+3
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris2-0/+2
2013-12-03missing stdlib.h include for wslua.Jakub Zawadzki1-0/+1
2013-12-03Rename struct _epan_dissect_t to epan_dissect.Jakub Zawadzki2-2/+2
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki32-16/+54
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
2013-12-03Rename struct _uat_t to epan_uatJakub Zawadzki2-2/+2
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki14-6/+21
2013-12-03struct _dfilter_t: rename to epan_dfilter.Jakub Zawadzki3-3/+3
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki23-329/+260
2013-12-03Don't forget to test even the simplest fixes.Chris Maynard1-2/+2
2013-12-03Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messagesPascal Quantin1-1/+23
2013-12-03Wrap usage text at column 80.Chris Maynard1-2/+4
2013-12-03Add Qualcomm proprietary UUIDPascal Quantin1-11/+39
2013-12-03The ip.proto table isn't limited to the IPv4 dissector.Gerald Combs1-1/+1
2013-12-03Fix encoding arg Remove tab and trailing whitespace Add modelines infoAlexis La Goutte1-129/+142
2013-12-03Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte4-5504/+5554
2013-12-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-5/+1
2013-12-03Add modelines info to idl generate fileAlexis La Goutte1-2/+36
2013-12-03Fix indent for generated file (Use 4 space)Alexis La Goutte1-39/+39
2013-12-03Fix generator don't generate trailing whitespaceAlexis La Goutte1-4/+6
2013-12-03Remove trailing whitespace and add modelines infoAlexis La Goutte1-44/+46
2013-12-03Remove whitespace and add modelines infoAlexis La Goutte1-2/+12
2013-12-03FixAlexis La Goutte1-1/+1
2013-12-03Fix warning: The following parameters of proto_tree_add_expert_format(proto_t...Alexis La Goutte1-0/+1
2013-12-03Fix warning: argument 'out/in' of command @param is not found in the argument...Alexis La Goutte1-2/+2
2013-12-03Add #pragma to idl generator...Alexis La Goutte1-1/+5
2013-12-03Move stats_tree_stat.c back to clean files.Jörg Mayer1-2/+1
2013-12-03Don't allow conversation_data to be NULL. Bug 9493 (https://bugs.wireshark.o...Michael Mann1-7/+6
2013-12-03Remove some no-longer-necessary null pointer checks, as pointed out byGuy Harris1-8/+8
2013-12-03Clean up indentation.Guy Harris1-1/+1
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman7-0/+20