summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-21Bluetooth: HCI_EVT fix fuzz failtureMichal Labedzki1-1/+3
2014-08-21Bluetooth: Fix Delete opcode in Linux Monitor transportMichal Labedzki1-1/+1
2014-08-21Bluetooth: RFCOMM: Fix recognizing servicesMichal Labedzki1-3/+8
2014-08-21Bluetooth: L2CAP: Clear channel options if configure failsMichal Labedzki1-0/+5
2014-08-21Don't assert out on tvb_memcpy() with a null data pointer if the length is 0.Guy Harris1-3/+11
2014-08-21packet-erf: added dissector table for "erf.types.type" type field.Wasim Abu Moch5-53/+26
2014-08-20Create an IE item for the "Apparent Address" IE.Guy Harris1-2/+2
2014-08-209P2000.L also has the UID field in tattach.Guy Harris1-3/+11
2014-08-20Sort hfi[] to match the definitions, and add a missing entry that found.Guy Harris1-14/+16
2014-08-20Sort the fc_lctl_rjt_val values.Guy Harris1-1/+1
2014-08-20Various dissection improvements.Guy Harris1-115/+119
2014-08-20Decode IMSIs found in Subscription-Id AVPs.Jeff Morriss2-42/+101