summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-06-11Fix bit fields definition in the "DMG Capability" IEVladimir Kondratiev1-107/+112
2014-06-11Rename temp variables to a more human readable formAnish Bhatt1-117/+117
2014-06-11Use offset instead of tempOffset, return offset instead of calculating (len +...Anish Bhatt1-507/+539
2014-06-11FixAndersBroman1-43/+43
2014-06-11Use expert info for Invalid length/type where possible, other minor fixesAnish Bhatt1-105/+70
2014-06-11Fix bug in dissect_lldp_port_id, support all port id subtypesAnish Bhatt1-12/+78
2014-06-103GPP NAS: add dissection of MSISDN in PCOPascal Quantin1-2/+9
2014-06-10CAPWAP: Fix soft-deprecated APIs warningAlexis La Goutte1-2/+2
2014-06-10CAPWAP: Display incorrect value for Wireless IEEE802.11 RSSI and Data RateAlexis La Goutte1-8/+11
2014-06-09Add modelinesAnish Bhatt1-0/+13
2014-06-09Add Modelines infoAlexis La Goutte2-0/+26
2014-06-09Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-06-09Dissection of USB setup data in MA USB data packetsSean O. Stalley3-5/+70
2014-06-09Try to fix the builds.AndersBroman1-2/+1
2014-06-09fill the conversation info struct in dissect_linux_usb_pseudo_header()Martin Kaiser1-42/+50
2014-06-09use the direction info from the conversation structMartin Kaiser1-5/+5
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-16/+13
2014-06-09Try to fix acket-tftp.c:207: error: \u2018data_tvb\u2019 may be usedAndersBroman1-1/+1
2014-06-09remove all checks for if (tree)Anish Bhatt1-655/+514
2014-06-09IEEE 80211: fix dissection of HT CapabilitiesPascal Quantin1-36/+33
2014-06-08[Automatic manuf, services and enterprise-numbers update for 2014-06-08]Gerald Combs2-4/+304
2014-06-07PEEKREMOTE packets don't appear to have Atheros padding.Guy Harris1-1/+1
2014-06-07Per Spec update, SetUSBDevAddrReq now contains dataSean O. Stalley1-1/+1
2014-06-07Removed MAUSB DWORD-Aligned Length CheckSean O. Stalley1-8/+0
2014-06-07USB: put back URB setup to parent tree like it was before g3169939Pascal Quantin1-1/+1
2014-06-07Added usb_get_trans_info() functionSean O. Stalley1-53/+64
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann218-676/+629
2014-06-06Misc lldp cleanup.Anish Bhatt1-32/+39
2014-06-06Moved dissection of setup field to own functionSean O. Stalley1-34/+55
2014-06-06Q.2931: sort extended value string 'q2931_message_type_vals' in increasing orderPascal Quantin1-12/+12
2014-06-06Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0Pascal Quantin1-1/+1
2014-06-06Fixed Fencing for Multiple MAUSB Packets in 1 TCP Packet.Sean O. Stalley1-2/+6
2014-06-06Added tap queue helper function to USB dissectorSean O. Stalley1-16/+19
2014-06-06Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2014-06-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-06(trivial) changed when transfer info is setSean O. Stalley1-2/+1
2014-06-06LLDP-MED CleanupAnish Bhatt1-116/+258
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn14-923/+4583
2014-06-05Add a missing header file, and add new file to cmake buildMartin Mathieson1-0/+1
2014-06-05Add Object (file) export for files transferred over TFTP.Martin Mathieson2-3/+173
2014-06-05When have more than one SDU in the same RLC PDU, make sure output from all of...Martin Mathieson1-0/+8
2014-06-05Add a handle to dissect sip userinfo.AndersBroman1-11/+21
2014-06-05sip: avoid calling tvb_format_text() when tree is not visible.Jakub Zawadzki1-83/+112
2014-06-05Make socpe a local variable, can be used if we change the g_slist to aAndersBroman1-4/+7
2014-06-05STUN: Add error code from MS-ICE2BWMAlexis La Goutte1-0/+3
2014-06-05STUN: Add support of MS-TURN (Used by Lync)Alexis La Goutte1-1/+91
2014-06-05Moved dissection of standard setup responses to own functionSean O. Stalley1-26/+38
2014-06-05Moved dissection of standard setup requests to own functionSean O. Stalley1-22/+37
2014-06-05Added generic setup dissector for USB control transfersSean O. Stalley1-27/+25