aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Revert "Make zlib API constness-aware"Guy Harris4-6/+11
2015-12-16Qt: save custom colors in recent_common filePascal Quantin5-15/+48
2015-12-16packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bitsSoumya Koduri3-2/+91
2015-12-16telnet: full START_TLS supportPeter Wu1-0/+34
2015-12-16Qt: fix memleaks related to interface dialogPeter Wu3-20/+15
2015-12-16Make zlib API constness-awareJoão Valverde4-11/+6
2015-12-16RADIUS: Enhance display of Egress-VLANIDAlexis La Goutte1-0/+38
2015-12-16RADIUS: fix indentAlexis La Goutte1-2/+2
2015-12-16RADIUS: fix typo on URLAlexis La Goutte4-4/+4
2015-12-16debian: Sync patches with DebianBalint Reczey7-14/+42
2015-12-16Add files missing from make dists's tarballBalint Reczey1-7/+11
2015-12-16Report an error if the IP total length is bigger than the containing length.Guy Harris1-9/+17
2015-12-16Don't report an error for a non-multiple-of-4 chunk length.Guy Harris1-2/+0
2015-12-15[GTPv2] Add dissection of Source to Target Transparent ContainerAndersBroman1-3/+13
2015-12-15Qt: apply '-Y' display filter unconditionally and not only when opening a cap...Pascal Quantin1-2/+2
2015-12-15Qt: resize Follow Stream conversation QComboBox to its contentPascal Quantin1-1/+5
2015-12-15disabled_protos.c: Fix heur_compare() constness [-Wcast-qual]João Valverde1-2/+2
2015-12-15qt: add init values to make clang happy.Dario Lombardo1-8/+8
2015-12-15Qt: TCP/UDP streams are off by one in follow stream windowPascal Quantin1-4/+4
2015-12-15cmake: Fix Unix introspection for floorl() [-Wredundant-decls]João Valverde1-0/+7
2015-12-15ConfigureChecks (cmake): Fix indent (use tabs) and modelinesAlexis La Goutte1-5/+18
2015-12-15T.38: don't register for TCP and UDP ports 6004.Jeff Morriss2-93/+49
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde12-13/+17
2015-12-14Create some more capture dissector tables.Michael Mann28-236/+199
2015-12-14Note why we do -Wno-variadic-macros.Guy Harris1-0/+4
2015-12-14Note why we do -Wno-variadic-macros.Guy Harris1-0/+4
2015-12-14Lua: Fix switch-case braces.Stig Bjørlykke1-2/+2
2015-12-14Lua: Free Pref enum valuesStig Bjørlykke1-7/+24
2015-12-14Add comments to explain what we're doing with strings.Guy Harris1-9/+47
2015-12-14Lua: Free Pref default stringStig Bjørlykke2-5/+8
2015-12-1464-bit constants need to be wrapped in G_GUINT64_CONSTANT().Guy Harris1-2/+2
2015-12-14wslua: Change macro to avoid nuisance warning [-Wredundant-decls]João Valverde1-4/+4
2015-12-14[PPP] Dissect BCP NCP Options data.AndersBroman1-28/+80
2015-12-14Create capture dissector tables.Michael Mann61-757/+530
2015-12-14PPP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2015-12-14GTPv2 conversation adaptationGloria Pozuelo1-2/+196
2015-12-14Lua: Cleanup ProtoField_timeStig Bjørlykke1-15/+10
2015-12-14No need to free the value of a string preference in the garbage collector.Guy Harris1-3/+10
2015-12-13recent.c: fix declaration of ‘value_string’ shadows a global declarationPascal Quantin1-2/+2
2015-12-13ULP: prettify dissectionPascal Quantin3-284/+2514
2015-12-13Use common code for Boolean and enumerated recent values.Guy Harris1-157/+109
2015-12-13Fix crash at startupPascal Quantin1-4/+4
2015-12-13ui: Read and write correct recent timestamp formatStig Bjørlykke1-34/+40
2015-12-13Qt: Removed applyRecentColumnWidths from recentFilesReadStig Bjørlykke4-10/+13
2015-12-13[ppi] initialize phdr to 0Martin Kaiser1-0/+1
2015-12-13Explicitly specify the template for the mktemp command.Guy Harris1-1/+1
2015-12-13Standardize the capture dissector function signature.Michael Mann39-114/+91
2015-12-13Create the capture dissector hash table before registering capture dissectors.Guy Harris1-1/+1
2015-12-13[Automatic update for 2015-12-13]Gerald Combs17-1408/+1839
2015-12-13Create a way to register "capture" dissectors.Michael Mann67-761/+358