summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-01-11iso14443: use proto_tree_add_checksum()Martin Kaiser1-50/+76
2017-01-10Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen().Guy Harris4-25/+25
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris164-453/+453
2017-01-10ieee80211: Add Extreme (Zebra) Vendor Specific TLVAlexis La Goutte3-0/+81
2017-01-09Consistently use tvb_reported_length_remaining().Guy Harris1-10/+10
2017-01-09Use tvb_new_subset_length(); no need to do its work ourselves.Guy Harris1-5/+1
2017-01-09Restore FCoIB frame marker handling (CID 1397701)Jaap Keuter1-2/+8
2017-01-09802.11(ad): Add reserved field of Grant ACK frameAlexis La Goutte1-1/+8
2017-01-09802.11(ad): Remove comment about clang warning and set directly the valueAlexis La Goutte1-5/+5
2017-01-09802.11(ad): Fix SSW Feedback dissection when Sector Sweep Direction = ResponderAlexis La Goutte1-1/+9
2017-01-09802.11(ad) fix typo : ambiguous assignment (CID 1398212)Alexis La Goutte1-1/+0
2017-01-09TLS(1.3): update PSK extension for draft -18Peter Wu2-87/+66
2017-01-08[Automatic update for 2017-01-08]Gerald Combs2-24/+189
2017-01-08Restore some MPLS registered dissectors.Michael Mann8-27/+26
2017-01-08Comments on the first nibble stuff.Guy Harris1-3/+42
2017-01-07Add MUD-URL manufacturer usage description certificate extension.Eliot Lear10-0/+396
2017-01-07Refactor range preference.Michael Mann3-2/+413
2017-01-07DVB-S2 BB: Fix BB header CRC checksMustBeArt1-9/+4
2017-01-07Make column size sanity check more sensible.Noel Power1-1/+3
2017-01-07Add support for RROCE(v2) over IPv4 (without UDP).Jeff Morriss1-2/+6
2017-01-07packet-nvme: Dissect read/write cmd and SGLParav Pandit1-4/+268
2017-01-07packet: fix memleak of "short_name" for heuristics dissectorsPeter Wu1-1/+3
2017-01-07Convert range API to always use wmem memory.Michael Mann45-159/+153
2017-01-06802.11(ad): Enhance dissection of Beacon Interval Control (BIC)Alexis La Goutte1-28/+36
2017-01-06Convert some easily identifiable pinos.Michael Mann8-25/+25
2017-01-06VLAN: Support IEEE 802.1Q-2005 and -2011 changesJohn A. Thacker1-20/+174
2017-01-06802.11(ad): add reserved fields for Beam FormingAlexis La Goutte1-0/+14
2017-01-06802.11(ad): align length of Beam FormingAlexis La Goutte1-10/+10
2017-01-06802.11(ad): fix typoAlexis La Goutte1-1/+1
2017-01-05Update the preference help text to indicate the correct default RROCE port.Jeff Morriss1-2/+2
2017-01-05NAS EPS: NAS message container in Control Plane Service Request can be cipheredPascal Quantin1-2/+21
2017-01-04QUIC: fix typo on ACK num revived field descriptionAlexis La Goutte1-1/+1
2017-01-04RTPS: Added dissection for Parametrized user dataJuanjo Martin1-1/+78
2017-01-04RRC: upgrade dissector to v13.5.0Pascal Quantin7-433/+436
2017-01-04No reason not to use etype_vals for an Ethertype field.Guy Harris1-1/+1
2017-01-04Ensure that tcp.reassembled_in is added to the tree for first segment.Martin Mathieson1-1/+12
2017-01-03infiniband: remove offset variable.Dario Lombardo1-9/+7
2017-01-03infiniband: fix error for clobbered variable.Dario Lombardo1-1/+1
2017-01-03ISAKMP: add Reserved fieldsMirko Parthey1-17/+43
2017-01-02Use g_slist_find_custom instead of g_slist_nth when just looking for item in ...Michael Mann5-46/+68
2017-01-02ISAKMP: Fix size of ID in IKEv1 Attributes PayloadMirko Parthey1-1/+1
2017-01-02ISAKMP: fix dissection of IKEv2 ID PayloadMirko Parthey1-16/+22
2017-01-01Snort: without explicit disable, expand preference to switch offMartin Mathieson2-10/+16
2017-01-01[Automatic update for 2017-01-01]Gerald Combs2-13/+158
2017-01-01OpenFlow (v4/1.3): Add complete dissection of error messagesAlexis La Goutte1-24/+52
2017-01-01Fix backwards #if defined.Guy Harris1-1/+1
2017-01-01Squelch a compiler warning from Xcode 8 clang.Guy Harris1-0/+2
2017-01-01Always use the Windows time zone code on Windows.Guy Harris1-25/+29
2016-12-31Make TCP options into a dissector table.Michael Mann1-520/+497
2016-12-31Add interface for "pinos" (Protocols in name only)Michael Mann3-7/+147