aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Revert "Simplify val_to_str[_ext] implementation."Guy Harris1-2/+18
2016-05-11Simplify val_to_str[_ext] implementation.Michael Mann1-18/+2
2016-05-11Remove strcpy from wmem_strbuf.cMichael Mann1-1/+1
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann13-55/+55
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann12-57/+59
2016-05-10rawshark: Have fvalue_to_string_repr just return allocated string representat...Michael Mann1-15/+8
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann4-115/+30
2016-05-10enttec: CID 1355670 (same code for different branches)Martin Kaiser1-5/+2
2016-05-10Dynamically allocate the string for representing FT_IEEE_11073_[S]FLOAT.Michael Mann1-31/+22
2016-05-10Qt: Keep the OverlayScrollBar from disappearing.Gerald Combs1-2/+15
2016-05-10enttec: uups, I forgot some if (tree) checksMartin Kaiser1-10/+6
2016-05-10enttec: remove some unnecessary if (tree) checksMartin Kaiser1-27/+23
2016-05-10iso14443 ats: show explicitly if TA(1), TB(1) and TC(1) are transmittedMartin Kaiser1-0/+21
2016-05-10When using clang, warn about c99 only syntax (like pedantic without all the r...Joerg Mayer1-0/+2
2016-05-10Sanity check eapol_len in AirPDcapDecryptWPABroadcastKeyMichael Mann1-1/+3
2016-05-10Require automake 1.11 and move AM_SILENT_RULES macroJoão Valverde2-9/+7
2016-05-10autotools: docbook build improvementsJoão Valverde2-64/+25
2016-05-10BGP-LS: fix Prefix-SID parsing, add SR-Capabilities and SR-AlgorithmFrancesco Fondelli1-3/+124
2016-05-10Qt: activate RTP/IAX2 analysis widget when analyzing packets with a snaplenPascal Quantin4-7/+38
2016-05-10cmake: fix build without LuaPeter Wu1-1/+8
2016-05-10capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2016-05-10Update.Guy Harris1-2/+9
2016-05-09Fix up the compare chain in nstime_delta().Guy Harris1-1/+1
2016-05-09CID 1215245, 1215247: NULL check for the param of proto_get_id()Martin Kaiser1-1/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris18-55/+55
2016-05-09Handle -2^31 as a negative time-in-seconds.Guy Harris1-46/+25
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris2-212/+224
2016-05-09cmake: fix GTK3 detection via pkg-configPeter Wu1-1/+1
2016-05-09format DIS header timestamp as mm:ss.nnnnnnalpartis1-1/+16
2016-05-09LAPDm: reset the last N(S) variable only during first passPascal Quantin1-1/+1
2016-05-09LPADm: fixes for reassemblyPascal Quantin1-29/+54
2016-05-09TShark: Convert TTY output.Gerald Combs3-1/+69
2016-05-09SMI_DLL should not be part of directory path for copying MIBsMichael Mann1-7/+7
2016-05-08Get rid of extra blank line.Guy Harris1-1/+0
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris11-388/+471
2016-05-08GSM A RR: fix dissection of GPRS Cell Options IEPascal Quantin1-45/+52
2016-05-08LAPSat: fix reported length for tvb subsetPascal Quantin1-1/+1
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris5-7/+7
2016-05-08Handle the encoding when displaying the string table.Guy Harris5-39/+191
2016-05-08The tabulation is specified by the stuff at the end.Guy Harris1-2/+0
2016-05-08Show the string table a bit better.Guy Harris1-21/+41
2016-05-08[Automatic update for 2016-05-08]Gerald Combs3-26/+177
2016-05-07iso14443: show nad and cid info in the atsMartin Kaiser1-9/+37
2016-05-07Update README.wmemEvan Huus1-26/+66
2016-05-07manuf: Add well-known MAC entries for DOCSIS and regenerate fileDominic Chen2-2/+56
2016-05-06Give the full name of the current version of the IEEE standard in question.Guy Harris1-1/+1
2016-05-06EPL: Add support for DS302-EChristoph Schlosser1-7/+143
2016-05-05USB Audio: add dissect of ChannelConfig bitmapAlexis La Goutte1-4/+150
2016-05-05s7comm: Add errorcode descriptions, extended list values, style cleanupThomas Wiens1-165/+300
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann19-132/+191