aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-12-15[ISAKMP] Added support for new Notify EMERGENCY_CALL_NUMBERS PayloadMatej Tkac1-7/+144
2017-12-15epan: Add default type handling for custom columnStig Bjørlykke1-23/+8
2017-12-15ieee80211: Add handling of the ANQP Neighbor Report.Richard Sharpe1-2/+16
2017-12-15epan: Whitespace fixesStig Bjørlykke1-65/+50
2017-12-14Remove a plugin_if_gui_cb type conversion.Gerald Combs1-1/+1
2017-12-14Add new dissector callback signature with data pointerJoão Valverde2-7/+40
2017-12-14Add new plugin type for libwiresharkJoão Valverde4-8/+88
2017-12-14Register the MongoDB dissector as SSL capable.Derick Rethans1-0/+2
2017-12-14fp_mux: fix 'data' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-1/+1
2017-12-14[ISUP] Update value strings from specification amendment.AndersBroman1-5/+13
2017-12-14Refactor plugin registration and loadingJoão Valverde8-177/+118
2017-12-14Add dissector for ActiveMQ Artemis Core ProtocolPavel Moravec3-0/+156
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke4-9/+7
2017-12-14ieee1905: Fix an incorrect flags dissection.Richard Sharpe1-1/+1
2017-12-14ieee1905: Fix for a malformed packet with a Steering request.Richard Sharpe1-5/+27
2017-12-14Register the UDS dissector by name.Guy Harris1-3/+4
2017-12-13epan: Use expert info summary text as field nameStig Bjørlykke2-3/+7
2017-12-13epan: Show a check mark in custom columns for FT_NONE typesStig Bjørlykke1-8/+1
2017-12-12epan: Use check mark in protocol custom columnStig Bjørlykke1-2/+3
2017-12-12nfapi: Add missing expert info summaryStig Bjørlykke1-2/+2
2017-12-12ieee80211: Add additional ANQP IEs defined in IEEE802.11-2016.Richard Sharpe1-16/+66
2017-12-11SIP statistics: use flipped indices for tables when incrementing statsMartin Mathieson1-2/+2
2017-12-11SIP statistics: fix problems with invalid itemsMartin Mathieson1-5/+9
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-2/+0
2017-12-11NTP: fix authenticator dissection when padding is usedPascal Quantin1-3/+17
2017-12-11NTP: fix parsing of multiple comma separated identifiersPascal Quantin1-2/+7
2017-12-10Add support for MongoDB OP_COMPRESSED packetsDerick Rethans1-48/+216
2017-12-10SOCKS: Display right version in pseudo headerUli Heilmeier1-14/+17
2017-12-10asterix: wrong presentation of fields I009/080 in CAT009.Marko Hrastovec1-3/+3
2017-12-10LLDP: Add 802.3 TLV Additional Ethernet Capabilities (Subtype 7)Anton Glukhov1-0/+59
2017-12-09make-dissectors: Indent and cleanup #includeJoão Valverde1-26/+32
2017-12-09[MIPv6] Fixed IPv4 Home Address OptionMatej Tkac1-1/+0
2017-12-08Typing error correction for CAT002 settings selection.Marko Hrastovec1-1/+1
2017-12-08[SCTP] Export of reassembled PDU uses wrong tvb.AndersBroman1-1/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2-0/+4
2017-12-08Hand the packet provider functions to epan_new().Guy Harris4-50/+34
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris7-141/+22
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs1-14/+3
2017-12-07mongo: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-12-06frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki2-0/+35
2017-12-06netlink-netfilter: Add NFQA_CT and NFEXP conntrack dissectorsKevin Cernekee1-4/+813
2017-12-04Fix loop bounds check.Guy Harris1-2/+2
2017-12-04[decode_as.c] Use g_list_prepend() insted of g_list_append, it's faster.AndersBroman1-1/+1
2017-12-04make-dissectors: Fix null pointer dereference for error conditionJoão Valverde1-1/+1
2017-12-04tshark: fix pdml export for LUA casesPavel Strnad1-0/+2
2017-12-04Let a "past the on-the-network length" exception terminate dissection.Guy Harris1-5/+5
2017-12-04RTPS: Added new PIDs to SecurityJuanjo Martin2-4/+220
2017-12-04Show retx prev and next framenum types as chevronsMartin Mathieson1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris6-23/+107