summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20In Visual Studio builds, enable the L4 warningGraham Bloice4-6/+4
2014-08-20Decode IMSIs found in Subscription-Id AVPs.Jeff Morriss2-42/+101
2014-08-20If the user explicitly requested gnutls or libgcrypt generate an error if theyJeff Morriss1-4/+18
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-20Modified script to not use PS 3.0 constructsGraham Bloice1-2/+2
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
2014-08-19remove the parameter usb_trans_info from the functions that dissect theMartin Kaiser1-9/+11
2014-08-19interface and endpoint descriptors can't possibly appear in aMartin Kaiser1-6/+5
2014-08-19now that we have a routine to clean up the packet-specific infos in theMartin Kaiser1-12/+0
2014-08-19Revert "Revert "create audio-specific part of the usb conversation""Martin Kaiser1-3/+59
2014-08-19clear the temporary components of usb_conv_info_t before we dissect aMartin Kaiser2-0/+35
2014-08-19these two vars are initialized to NULL,Martin Kaiser1-4/+0
2014-08-19fixMartin Kaiser1-2/+2
2014-08-19TRILL ISIS: Unify MTID presentation in all casesMarian Ďurkovič2-37/+22
2014-08-19packet-PROTOABBREV.c: various minor changes:Bill Meier1-23/+33
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann4-22/+22
2014-08-19Use dissect_e212_imsi() to dissect IMSIAndersBroman2-24/+20
2014-08-19Use e212 function to dissect IMSI.AndersBroman2-27/+11
2014-08-19Remove unused hf and deprecated APIAndersBroman4-22/+12
2014-08-19Use the E212 function to dissect IMSI correct the filter Id string inAndersBroman3-13/+13
2014-08-19Don't mark a used parameter as unused.Jeff Morriss1-8/+7
2014-08-19Implement a common function to dissect IMSI and use it GSM MAP as a start.AndersBroman5-114/+154
2014-08-19TRILL ISIS: Implement Group IPv4/IPv6 Address Sub-TLVsMarian Ďurkovič1-68/+260
2014-08-19The error report timer is non-negative; make it FT_UINT16.Guy Harris1-23/+63
2014-08-19Fix Ceph packet length determination.Kevin Cox1-12/+18
2014-08-19ceph: use col_add_str instead of col_set_strEvan Huus1-1/+1
2014-08-18Don't use -1 as the length of an integer.Guy Harris1-3/+6
2014-08-18Use expert info to report unknown TLV types.Guy Harris1-5/+18
2014-08-18Don't use proto_tree_add_expert() with an item rather than a tree.Guy Harris1-1/+1
2014-08-18Fix handling of STRING16.Guy Harris1-61/+56
2014-08-18TRILL TREE Sub-TLV fixesMarian Ďurkovič1-5/+5
2014-08-18Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"Anders Broman9-20/+10