summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-20proto.h; (try to) fix bug in DISSECTOR_ASSERT_CMP... macros;Bill Meier2-7/+7
2014-08-20Remove now unused code, do API changes missed in previous commit.AndersBroman1-66/+57
2014-08-20Use dissect_e212_imsi() to dissect IMSI.AndersBroman2-21/+23
2014-08-20Use dissect_e212_mcc_mnc_wmem_packet_str() to dissect PLMN(id).AndersBroman1-23/+8
2014-08-20packet-ceph.c: Temporarily comment out the use of DISSECTOR_ASSERT_CMP... mac...Bill Meier1-4/+4
2014-08-20Add more messages for the Ceph protocol.Kevin Cox1-114/+2105
2014-08-20Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and...Jeff Morriss3-79/+168
2014-08-20Get it compiling again.Jeff Morriss1-11/+11
2014-08-19NAS EPS: remove a now unused hf entry and convert tabs to spacesPascal Quantin1-7/+1
2014-08-19actually store the endpoint in the conversationMartin Kaiser1-0/+1
2014-08-19handle all combinations of request type and recipientMartin Kaiser1-11/+30
2014-08-19Use dissect_e212_imsi() to dissect IMSIAndersBroman2-50/+100
2014-08-19start simplifying the parsing of USB control URBsMartin Kaiser1-13/+8
2014-08-19remove product_data, protocol_data parameters from try_dissect_next_protocol()Martin Kaiser1-9/+8
2014-08-19reformat dissect_usb_setup_get_descriptor_response()Martin Kaiser1-27/+29
2014-08-19remove the usb_trans_info parameter from dissect_usb_hid_get_report_descriptor()Martin Kaiser3-3/+7