summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-05-15[Automatic update for 2016-05-15]Gerald Combs2-40/+320
2016-05-15ERF: Add dissection of missing ERF typesAnthony Coddington1-0/+4
2016-05-14QUIC: Wrong length comparaisonAlexis La Goutte1-1/+1
2016-05-14QUIC: Add Public Reset dissectionAlexis La Goutte1-1/+127
2016-05-14dof: use include "" to include packet-tcp.hMartin Kaiser1-1/+1
2016-05-14dof (CID 1358547): remove dead codeMartin Kaiser1-3/+0
2016-05-14s7comm: fix warning found by clang analyzerThomas Wiens1-38/+37
2016-05-14Use g_get_charset instead of g_get_codeset.Gerald Combs1-7/+5
2016-05-13Fix (spurious) checkAPIs issueGraham Bloice1-3/+3
2016-05-13packet-nfs: Add flex file flag: FF_FLAGS_NO_READ_IOTom Haynes1-0/+6
2016-05-13Run checkAPIs in epan/wmem/Michael Mann1-0/+9
2016-05-13Have wmem conform to checkAPIs.plMichael Mann7-19/+20
2016-05-13BACAPP: event-time-stamps decode fixLori Tribble1-1/+7
2016-05-13jxta: there's no need to call proto_tree_set_visible() when calling append_te...Jeff Morriss1-3/+0
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss6-712/+299
2016-05-12packet-nfs: add decoding and displaying of exclusive create attributesTigran Mkrtchyan1-0/+1
2016-05-12BACAPP: Added dissection for NotificationParameterLori Tribble1-0/+36
2016-05-12ERF: In packet-eth register ERF_TYPE_ETH variants.Anthony Coddington1-0/+5
2016-05-11Run checkAPIs in epan/ .Jeff Morriss1-11/+8
2016-05-11QUIC: for QUIC < 33, display CID flag with 2 bitsAlexis La Goutte1-1/+20
2016-05-11QUIC: Add conversation support for store the versionAlexis La Goutte1-10/+33
2016-05-11QUIC: fix dissection when num_timestamp = 0 and also reason phrase length use...Alexis La Goutte1-18/+20
2016-05-11ERF: Fix Ethernet FCS detection and remove preferenceAnthony Coddington2-8/+8
2016-05-11automake/nmake: don't run checkAPIs on lex and yacc files.Jeff Morriss2-4/+1
2016-05-11TShark: Add a "-E bom=" option.Gerald Combs1-0/+21
2016-05-11Run checkAPIs in epan/ftypes/ .Jeff Morriss1-9/+8
2016-05-11s7comm: block/file up-/download redesignThomas Wiens1-235/+1210
2016-05-11Create IEC401 source TCP port preference.Jaap Keuter1-7/+27
2016-05-11Fix warnings for good ISUP messagesRustam Safargalin1-1/+1
2016-05-11Decode the first 6 bytes of Unknown1 as Timestamp: Two recorded BeaconsJoerg Mayer1-3/+10
2016-05-11MRCPv2: do not update info column under tree checkPascal Quantin1-146/+146
2016-05-11correctly decode EA Data Length in CIFSChristian Ambach1-1/+1
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 Mann7-44/+47
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann2-0/+9
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-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-10Sanity check eapol_len in AirPDcapDecryptWPABroadcastKeyMichael Mann1-1/+3
2016-05-10BGP-LS: fix Prefix-SID parsing, add SR-Capabilities and SR-AlgorithmFrancesco Fondelli1-3/+124
2016-05-10cmake: fix build without LuaPeter Wu1-1/+8
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