aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-02-26packet-nsh.c - Look for correct ethernet dissector name.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde39-290/+332
2016-02-26HTTP: Fix full_uri when using a ProxyUli Heilmeier1-3/+10
2016-02-26snmp: Decode msgSecurityParameters ASN.1 headerStig Bjørlykke1-3/+5
2016-02-25Clean up modelines and indentation.Guy Harris11-64/+63
2016-02-25GRE: call ID not always decodedAlexis La Goutte1-1/+1
2016-02-25Sort the pixel formats.Guy Harris1-340/+340
2016-02-25Fix build with CFLAGS="-g -Og" [-Werror=maybe-uninitialized]João Valverde1-1/+2
2016-02-25Cleanup CMakeLists.txt indentation and use lower case function namesJoão Valverde2-62/+60
2016-02-25u3v: dissector for the USB3 Vision protocolThies Moeller3-0/+2757
2016-02-25CIP: Improve error checkingD. Ulis1-156/+84
2016-02-25diameter: change GArray into wmem_array.Dario Lombardo1-14/+26
2016-02-25sFlow: Add lag_port_stats (format 7)Alexis La Goutte1-0/+163
2016-02-24Improve epan/Makefile.am readabilityJoão Valverde1-16/+37
2016-02-24packet-nfs: do not call g_hash_table_remove before g_hash_table_insertTigran Mkrtchyan1-8/+1
2016-02-24packet-nfs: fix double-freeTigran Mkrtchyan1-19/+2
2016-02-24Extend reassembly documentationPeter Wu2-36/+84
2016-02-24ber: avoid deep recursion for constructed stringsPeter Wu1-3/+17
2016-02-23fix exists multiple times with NOT compatible types: IPv4/IPv6/BytesAlexis La Goutte3-3/+3
2016-02-23Get rid of trailing white space.Guy Harris1-1/+1
2016-02-23Dissect the frame data.Guy Harris1-5/+22
2016-02-23BGP-LS: Protocol-ID aware Prefix/Adj Flags dissectionFrancesco Fondelli1-70/+276
2016-02-23Making wiretap option blocks more generic.Michael Mann2-12/+34
2016-02-22wmem: add null-terminator support.Dario Lombardo3-0/+45
2016-02-22LTE RRC: add a unit to gnss-TOD-msec fieldPascal Quantin1-0/+1
2016-02-22HTTP2: Reduce resource usage.Tatsuhiro Tsujikawa1-18/+141
2016-02-22Cisco Marker: Fix endian type for some fieldPeter Membrey1-8/+8
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann21-86/+85
2016-02-22packet-cigi.c: Fix conflicting datatypes for hf_ fields.Michael Mann1-118/+107
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann13-58/+58
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann6-38/+5
2016-02-22pvfs2: read a 64bit value in one goMartin Kaiser1-3/+1
2016-02-21sigcomp: don't THROW() an exception from a dissectorMartin Kaiser1-2/+27
2016-02-21[Automatic update for 2016-02-21]Gerald Combs2-10/+175
2016-02-21[SPICE] Prevent really long loop in dissect_spice_link_capabilities.Michael Mann1-61/+49
2016-02-21Fix typo in PTP / Follow_Up Message / Follow Up information TLV.Michael Mann1-4/+4
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde10-11/+28
2016-02-21No need to export the 48-byte-header Linux USB dissector.Guy Harris1-3/+2
2016-02-21Disssect the flags fields in the FreeBSD USB headers.Guy Harris1-4/+245
2016-02-20ieee80211: handle reserved grouping valuePeter Wu1-0/+8
2016-02-20MIP6: fix mip6.lri.reserved exists multiple times with NOT compatible types: ...Alexis La Goutte1-3/+3
2016-02-20DLM3: Remove macro for declare header field (hf)Alexis La Goutte1-241/+506
2016-02-20MIH: fix exists multiple times with NOT compatible typesAlexis La Goutte1-4/+4
2016-02-20Fix various off-by-one in buffer sizesPeter Wu3-3/+3
2016-02-20ber: fix buffer overrun when handling empty setsPeter Wu1-0/+4
2016-02-20gsm_abis_oml: fix buffer overrunPeter Wu1-1/+1
2016-02-20Fix indentation.Guy Harris1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-19/+323
2016-02-20Couchbase: Dissect optional expiry in subdoc mutation requestsDave Rigby1-13/+38
2016-02-19rsl: avoid buffer overreadPeter Wu1-1/+1