aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-06-17tshark JSON and Elasticsearch outputMartin Kacer2-1/+587
2016-06-17idl2wrs: fix more bad strndupsPeter Wu1-11/+11
2016-06-17mswsp: Remove null check (CID1355407)João Valverde1-10/+1
2016-06-16LDSS: Add an assertion (CID280539,CID280540)João Valverde1-0/+2
2016-06-16CANopen: Check array bounds for untrusted index (CID 1356262)João Valverde1-4/+33
2016-06-16ldap: added modify-increment operation identification in packet dissection an...Victor Barratault4-1/+4
2016-06-16DEC DNART: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+0
2016-06-16SITA: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_valueMichael Mann6-154/+224
2016-06-16Add Cisco ttag dissectorJaap Keuter5-0/+143
2016-06-16ssh: set packet lengths correctlyKenny Root1-1/+6
2016-06-16ssh: packets after SSH_MSG_NEWKEYS are encryptedKenny Root1-1/+4
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann13-2314/+518
2016-06-16MKA: Fix for GCM-AES-256 dissection & Added Enumeration for macsec-cipher-suiteSamiran Saha1-4/+12
2016-06-16NSH: Correct the display of the NSH header fieldsThomas Shen1-4/+4
2016-06-16Typing error line 4928 of packet-dns.cVictor Barratault1-1/+1
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo16-47/+73
2016-06-16Update the X11 dissector to use the latest mesa and xcbproto.Jeff Morriss6-13/+107
2016-06-16X11: Fix last indent issue on X11 generatorAlexis La Goutte2-4678/+4678
2016-06-16x11: Regenerate dissector after indent change on g2b8caf31ccaAlexis La Goutte1-565/+565
2016-06-16Don't call g_ascii_strcasecmp() with an NULL string.AndersBroman1-8/+8
2016-06-16mongo: return the number of bytes we actually consumedMartin Kaiser1-2/+3
2016-06-15idl2wrs: fix code generationPeter Wu1-39/+39
2016-06-15proto.c: allow calling proto_item_add_bitmask_tree() with a length set to 0Pascal Quantin1-1/+1
2016-06-15capture info (wslua): Dereference of null pointerAlexis La Goutte1-0/+2
2016-06-15ZigBee: decode ZBOSS traffic dump and Interpan frames as ZigBee.dsrsupport2-2/+9
2016-06-15diameter (3GPP): Fix Dead Store (Dead assignement/Dead increment) Warning fou...Alexis La Goutte1-1/+1
2016-06-15ZigBee: add support for inter-pan transmissions.dsrsupport6-204/+225
2016-06-15Remove Nmake build systemPascal Quantin126-3872/+3
2016-06-15zbee-nwk: don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2016-06-15Display "IP DSCP" column as short textJoão Valverde3-4/+5
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann11-332/+322
2016-06-15More Sysdig / system event support.Gerald Combs3-10/+55
2016-06-15Let the calculated window scale be 16 bit wide.Jaap Keuter1-1/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann37-153/+163
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss3-9/+8
2016-06-15mount: fix a memory leakMartin Kaiser1-18/+21
2016-06-14Fix OSX buildbotPascal Quantin1-5/+9
2016-06-14dns_stats: generate stats just for pure dns (not mDNS, not LLMR).Dario Lombardo1-20/+28
2016-06-14proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte1-2/+1
2016-06-14FIX dissector - Improve Message infoMichael Mann1-4/+11
2016-06-14CORBA IDL: compile dissectors with /Ox when using MSVC2013 x64Pascal Quantin3-5/+28
2016-06-14packet.c: remove const compiler warning.Dario Lombardo1-6/+6
2016-06-14Replace wlan_ignore_wep_ by wlan_ignore_prot_ and WLAN_IGNORE_WEP_ by WLAN_IG...Joerg Mayer1-13/+12
2016-06-14tvbparse: change g_hash_table to wmem_map.Dario Lombardo2-5/+5
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo2-145/+80
2016-06-14dcm: remove g_mallocDario Lombardo1-12/+7
2016-06-14tvbparse: change g_malloc to wmem_alloc.Dario Lombardo1-13/+13
2016-06-14Add Aerohive gre tunnel between APs.Joerg Mayer3-0/+3
2016-06-14wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIREDPeter Wu2-12/+16