aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Convert a few more dissectors to use wmem_hash instead of GHashtable.Michael Mann3-93/+55
2017-02-25packet-fw1.c: header should be packet scoped, not epan scopedMichael Mann1-4/+1
2017-02-24dtd: fix build due to -Wtypedef-redefinitionPeter Wu1-2/+2
2017-02-24dtd: free memory on shutdown.Dario Lombardo3-7/+13
2017-02-24PluginIF: AdditionalToolbarRoland Knall2-22/+493
2017-02-24Make MIPv6 options into a dissector table.Michael Mann2-1014/+797
2017-02-23USB COM: highlight the bytes of the communications descriptorMartin Kaiser1-1/+1
2017-02-23Make IP options into a dissector table.Michael Mann2-445/+336
2017-02-22geoip_db: replace g_free with free.Dario Lombardo1-16/+22
2017-02-22GPRS-NS: display nsip.cause and nsip.pdu_type as BASE_HEXPascal Quantin1-2/+2
2017-02-22[skinny]: Fix tvb struct size guard valueDiederik de Groot1-163/+165
2017-02-22Faking different U-RNTIs for different CCCH streams.S. Shapira1-5/+6
2017-02-22L&G 8979 - Fix 'flags' display and RTU->master echoed responses from SBO comm...Chris Bontje1-1/+40
2017-02-21Snort: use GRegex to find pcre matchesMartin Mathieson3-10/+135
2017-02-21[GSM A BSSMAP] Correct a cause value according to TS 48.008 V13.2.0AndersBroman1-1/+1
2017-02-21[GSM RLCMAC] Fix column info.AndersBroman1-7/+7
2017-02-21DNS: Add Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC (RFC 8080)Alexis La Goutte1-1/+5
2017-02-21couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+1
2017-02-21Couchbase: Add SSL supportolivermd1-6/+23
2017-02-21tns(.h): Remove unneeded h fileAlexis La Goutte3-72/+44
2017-02-21New/updated reference URLs.Guy Harris7-7/+9
2017-02-20Fix a typo and a copy-and-pasteo.Guy Harris1-2/+2
2017-02-20[GTP] Make flag fields boolean.AndersBroman1-2/+2
2017-02-20[BSSGP] Dissect new Extended Feature Bitmap fields.AndersBroman1-4/+52
2017-02-20print(.h): fix commas at the end of enumerator lists are a C++11 extension [-...Alexis La Goutte1-1/+1
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-02-20stats_tree: fix no previous prototype for ‘stats_tree_cfg_free’ [-Wmissin...Alexis La Goutte1-1/+1
2017-02-20SNMP: fix insertion of first entry in SNMP Users UATPascal Quantin2-53/+45
2017-02-20SNMP: duplicate dynamic members of snmp_ue_assoc_t structure in localize_ue()Pascal Quantin2-3/+13
2017-02-20Add some glib functions not available in older glibsAndersBroman1-5/+0
2017-02-19stat_tap_ui: skip duplicate keys.Dario Lombardo1-0/+4
2017-02-19DNS: Don't display DNSSEC Protocol and Algo in flag treeAlexis La Goutte1-2/+2
2017-02-19BGP: Update some draft to final RFCAlexis La Goutte1-11/+14
2017-02-19BGP: add Deprecated BGP Path Attribute (RFC 8093)Alexis La Goutte1-1/+6
2017-02-19packet-tns.c: Add Sesskey, Auth (SQLNET_RETURN_OPI_PARAM)Alexandr Savca2-21/+199
2017-02-19[Automatic update for 2017-02-19]Gerald Combs3-16/+224
2017-02-19stat_tap_ui: remove leaks.Dario Lombardo2-1/+2
2017-02-18Fix ieee80211_tag_ssidMichael Mann1-3/+3
2017-02-18file-pcapng: Undo some unnecessary changes.Jim Young1-19/+12
2017-02-18roofnet: display always reserved fieldAlexis La Goutte1-0/+8
2017-02-18roofnet: always declare variable on the topAlexis La Goutte1-2/+4
2017-02-18roofnet: fix indent (add some missing space)Alexis La Goutte1-15/+15
2017-02-18proto: ensure that length is set for proto_tree_add_item_new_ret_lengthPeter Wu1-1/+8
2017-02-18epan/wsutil: free memory on exit.Dario Lombardo1-0/+14
2017-02-18Why you only get 16 bytes of process name.Guy Harris1-0/+15
2017-02-18roofnet: decode framed ethernet frames.Simon Barber1-20/+52
2017-02-18file-pcapng: Add support for inspecting Apple's PKTAP enhanced pcapng filesJim Young1-15/+314
2017-02-18Modbus - Add ability to filter by holding/input register number OR valueChris Bontje1-24/+87
2017-02-18user_encap: Don't allocate duplicate strings for user_encap2Dario Lombardo1-12/+3
2017-02-18SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissectorVolodymyr Khomenko1-8/+299