aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-12-21g_malloc the decrypted key in AES_unwrap(), but always free it.Guy Harris2-2/+5
2015-12-21g_mallocate the encrypted key, but free it in all paths out of the function.Guy Harris1-2/+7
2015-12-21[SMTP] Combine username and password when base64 decoding fails or is disabled.Michael Mann1-4/+19
2015-12-21Adding RSSI Location Cluster for ZigbeeVikram Hegde2-0/+1208
2015-12-21ui: Improved splitting custom column multi-fieldStig Bjørlykke1-1/+1
2015-12-21PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp' [-Wmissi...Alexis La Goutte1-0/+2
2015-12-21Zbee(nwk): Changing comment format (javadoc=>Doxygen)Rishi Dev Singh1-300/+169
2015-12-21CAN: Add call to register_dissector in CAN dissectorSebastian Schildt1-0/+1
2015-12-21Netflow/Ipfix: Add Barracuda NGFirewallUli Heilmeier2-2/+229
2015-12-21ICMP timestamp is in mseconds, not seconds.Michael Mann1-3/+3
2015-12-21ui: Fixed column tooltip when having multi-field custom columns.Stig Bjørlykke1-19/+47
2015-12-21[airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()Martin Kaiser2-6/+2
2015-12-21[airpdcap] check the length of the WPA broadcast key we calculatedMartin Kaiser1-0/+4
2015-12-21[aidpdcap] use packet scoped wmem memory for szEncryptedKeyMartin Kaiser1-2/+1
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke2-1/+2
2015-12-20[Automatic update for 2015-12-20]Gerald Combs3-76/+328
2015-12-20[png] add two more chunk namesMartin Kaiser1-0/+4
2015-12-20[AES_unwrap] initialize the output array with 0sMartin Kaiser1-1/+1
2015-12-20[USB] dissect the data part in outgoing isochronous URBs on LinuxMartin Kaiser1-3/+8
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki5-65/+65
2015-12-20Create capture dissector table for LLC non-snap dissectors.Michael Mann9-55/+10
2015-12-20Condense DMX dissectors into a single file and create a dissector table for t...Michael Mann8-835/+596
2015-12-20packet-enc.c: Convert flags to use proto_tree_add_bitmask.Michael Mann1-17/+35
2015-12-20flags_set_truth -> tfs_set_notsetMichael Mann2-19/+5
2015-12-19Get rid of the argument to filter_expression_init().Guy Harris3-12/+11
2015-12-19ERF: Add basic no-break support for ERF_TYPE_META.Anthony Coddington1-0/+6
2015-12-19Adding Flow Measurement and Occupancy Sensing Clusters for ZigbeeAditya Jain2-0/+462
2015-12-19Get rid of a couple of extra blank lines.Guy Harris1-2/+0
2015-12-18Remove a comment that didn't need to be copied and pasted.Guy Harris1-4/+0
2015-12-18[NFS] adding stateid hash based on stateid.otherOlga Kornievskaia1-0/+12
2015-12-18Removed local definition of offsetof().Stig Bjørlykke1-3/+0
2015-12-18prefs_register_modules() is used only in epan/prefs.c; make it static.Guy Harris2-6/+6
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke4-18/+0
2015-12-18RTPS: Added dissection of PID_BUILTIN_ENDPOINT_SETJuanjo Martin1-15/+93
2015-12-18More common code for string-like preferences.Guy Harris1-43/+32
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris2-32/+67
2015-12-17XML, JSON: Added DDS Web Integration ServiceJuanjo Martin2-0/+2
2015-12-17Adding Commissioning Cluster for Zigbee.Darshan Nevgi2-0/+606
2015-12-17RTPS: Make guidPrefix filterable directly.Juanjo Martin1-40/+49
2015-12-17ssl: Fix heartbeat message length.Stig Bjørlykke1-1/+1
2015-12-17Zbee ZCL (general): Fix build error changed new_register_dissector to registe...Vikram Hegde1-1/+1
2015-12-17Adding Illuminance Level Sensing Cluster for zigbeeAditya Jain2-0/+241
2015-12-17Adding Level Control Cluster for ZigBeeVikram Hegde2-0/+381
2015-12-17Adding the dissector for Alarms and Time clusters for zigbeeRishi Dev Singh2-0/+602
2015-12-17RADIUS: Add AVP Type and AVP Length display fieldAlexis La Goutte1-0/+14
2015-12-17RADIUS: Enhance display of Egress-VLAN-NameAlexis La Goutte1-4/+31
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann60-166/+169
2015-12-17Capture dissectors must be registered only once at startupPascal Quantin2-4/+4
2015-12-16ldap: Add inetOrgPerson from RFC2798.Stig Bjørlykke1-1/+4
2015-12-16Make zlib API constness-aware, take 2.Guy Harris2-0/+8