summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-08-26USB: fix dissection of non standard USB setup requestsPascal Quantin1-50/+43
2014-08-26USB: get rid of the remaining proto_tree_add_text instancesPascal Quantin1-7/+20
2014-08-26Skinny: do not try to create a wmem_strbuf whose size is bigger than the max ...Pascal Quantin2-6/+6
2014-08-26Have dissect_usb_setup_request handle non-standard requestsSean O. Stalley3-29/+38
2014-08-26Non-standard USB control requests now handled in own functionSean O. Stalley1-29/+48
2014-08-26further rearranged control URB request conditionalsSean O. Stalley1-13/+13
2014-08-26added try_dissect_linux_usb_pseudo_header_ext helper functionSean O. Stalley1-25/+21
2014-08-26rearranged control URB request conditionalsSean O. Stalley1-33/+41
2014-08-26Fix typoEvan Huus2-2/+2
2014-08-25Skinny Dissector:Diederik de Groot3-14/+49
2014-08-25reformat dissect_usb_setup_response()Martin Kaiser1-22/+15
2014-08-25SKINNY: Fix some warningDiederik de Groot4-7/+25
2014-08-25packet-a21.c: Minor changesBill Meier1-4/+4
2014-08-25BPG : issue with BGP AS path heuristic (AS_CONFED_SET)Matthieu Texier1-8/+17
2014-08-25Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-25Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-25TRILL ISIS: Implement all RFC7176 section 2.2 SubTLVsMarian Durkovic1-14/+229
2014-08-25RPKI RTR: Wrong decoding of RPKI RTR End of Data PDUAlexis La Goutte1-1/+1
2014-08-25packet-a21.c: Fix a bug; Do some other misc cleanup.Bill Meier1-32/+49
2014-08-25remove trans_info parameter from dissect_usb_endpoint_descriptor()Martin Kaiser3-17/+19
2014-08-25remove trans_info parameter from dissect_usb_unknown_descriptor()Martin Kaiser3-7/+3
2014-08-25an endpoint_descriptor may only be sent from a USB device to the hostMartin Kaiser1-17/+8
2014-08-25Fix a typo RELEASE_OTHER_REASON 4 -> RELEASE_OTHER_REASON 3AndersBroman1-1/+1
2014-08-25TRILL ISIS: SubTLVs of Router Capability TLV are valid for MT-Capability TLV ...Marian Ďurkovič1-264/+161
2014-08-25Skinny: packet-skinnyDiederik de Groot3-8/+39
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-24[Automatic manuf, services and enterprise-numbers update for 2014-08-24]Gerald Combs2-7/+172
2014-08-24[RFC] Skinny: Rewrite using automatic code generationDiederik de Groot4-4912/+9781
2014-08-23USB: call USB control dissector table when recipient is "other"Pascal Quantin1-1/+5
2014-08-23Update the SCTP PPIDs.Michael Tüxen3-12/+17
2014-08-22Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss4-99/+15
2014-08-22Decode the 3GPP MSISDN AVP using the E.164 routines.Jeff Morriss4-33/+20
2014-08-22Fix a comment typo: tvb_bcd_dig_to_wmem_packet_str() returns a WMEM-allocatedJeff Morriss1-3/+3
2014-08-22Parse Capabilities & Flags section of TRILL Version Sub-TLVMarian Ďurkovič1-1/+30
2014-08-22TRILL ISIS: Implement TRILL Neighbor TLV (145)Marian Ďurkovič1-3/+47
2014-08-22TRILL updatesMarian Ďurkovič1-3/+5
2014-08-22packet-infiniband: added support for Mellanox DC transport typeWasim Abu Moch2-40/+117
2014-08-22TRILL ISIS: Fix incorrectly equal ett variables for different subtreesMarian Ďurkovič1-10/+24
2014-08-22Regenerate the X11 dissector with the latest mesa, xcb, and process-x11-xcb.plJeff Morriss4-111/+122
2014-08-21packet-gsm_cbch.c: various minor changesBill Meier1-10/+22
2014-08-21Decode User-Name as an IMSI in S13/S13' and S7a/S7d.Jeff Morriss3-8/+12
2014-08-21usb_conv_info is no longer unusedMartin Kaiser1-1/+1
2014-08-21remove trans_info parameter from dissect_usb_interface_assn_descriptor()Martin Kaiser1-2/+1
2014-08-21remove usb_trans_info from dissect_usb_interface_descriptor()Martin Kaiser1-9/+11
2014-08-21set usb_conv_info->endpoint to "no endpoint" for interface conversationsMartin Kaiser2-6/+9
2014-08-21add component descriptor values for HEVC servicesMartin Kaiser1-0/+6
2014-08-21add service type for HEVC digital television serviceMartin Kaiser1-0/+1
2014-08-21uat_load.l: Fix "unreachable code" warning (Windows 4702)Bill Meier1-1/+1
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss9-120/+187
2014-08-21Bluetooth: btle: Fix reserved field dissectionMichal Labedzki1-13/+16