aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Fix AARP AppleTalk address parsingDoug Brown1-2/+2
2014-12-22Squelch a compiler warning.Guy Harris1-1/+1
2014-12-22stats_tree: g_sprintf()-->g_snprintf(); cleanup #includes.Bill Meier1-6/+5
2014-12-22print.c: clean up #includesBill Meier1-9/+4
2014-12-22Use the messageLength field to indicate the message length.Guy Harris1-4/+42
2014-12-22BGP : Update BGP-LS Attribute + Display NEXT_HOPEbben Aries1-4/+9
2014-12-22Removing ptp.v2.an.fcs as this erroneously refers to the Ethernet FCS which i...sfd1-14/+0
2014-12-22Wrong array.Guy Harris1-1/+1
2014-12-22Improve the message for "this field has an integral type" assertions.Guy Harris2-3/+12
2014-12-21Register the ORFEntry IP address as an IPv4 address.Guy Harris1-1/+1
2014-12-21Improve the message for "this field doesn't have the right type" assertions.Guy Harris2-28/+68
2014-12-21Move another helper macro.Guy Harris1-5/+5
2014-12-21Define helper macros before they're used.Guy Harris1-12/+12
2014-12-21Use the "netbios" heuristic dissector list elsewhere.Guy Harris4-3/+42
2014-12-21Do not use packet scope memory outside packet dissectorsPascal Quantin2-2/+2
2014-12-21no need for if(tree)Martin Kaiser1-25/+17
2014-12-21[Automatic manuf, services and enterprise-numbers update for 2014-12-21]Gerald Combs2-24/+239
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann13-249/+130
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann8-47/+27
2014-12-21Add comments, change structure member name.Guy Harris1-9/+19
2014-12-21Clean up some error messages.Guy Harris1-2/+4
2014-12-21Cleanup use of #includes in a few recently committed dissectors.Bill Meier4-6/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier978-2212/+359
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris47-82/+86
2014-12-21Remove profinet_type from packet_info structure.Michael Mann1-1/+0
2014-12-21MIPv6: simplify fixed point degrees conversionLuke Mewburn1-31/+14
2014-12-20Use "" rather than <> for includes; that might fix ABI check failures.Guy Harris1-2/+2
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke1-1/+1
2014-12-20802.11: VHT NDP announcement frame is no correctly decode when there is FCSAlexis La Goutte1-22/+28
2014-12-20FCoIB / Infiniband SDP: prevent a crash when 'enable manual settings' is set ...Pascal Quantin2-2/+6
2014-12-20no need for if (tree)Martin Kaiser1-38/+23
2014-12-20hide the hf_msmms_data item, not the NULL itemMartin Kaiser1-1/+1
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki1-17/+20
2014-12-20Use ENCTYPE_NULL in the krb5_crypto_init() call.Guy Harris1-1/+1
2014-12-20Don't use g_slist_free_full().Guy Harris1-8/+14
2014-12-19Throw some casts at compiler warnings.Guy Harris1-5/+5
2014-12-19Move packet-kerberos.c to the dirty dissectors because it generatesStephen Fisher1-1/+1
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann2-4/+4
2014-12-19ISIS: Fix warning: '@return' command used in a comment that is attached to a ...Alexis La Goutte1-1/+0
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann7-10/+31
2014-12-19Bluetooth: Remove unused value strings.Gerald Combs1-14/+0
2014-12-19Rename si_code variable to mtp3_si_code to avoid conflicts with NetBSD'sStephen Fisher3-3/+3
2014-12-18proto.c: Add hint to 'DISSECTOR_ASSERT(hf->bitmask != 0)' to show field name.Bill Meier1-1/+1
2014-12-18Add support for multifields in custom columnMichal Labedzki6-273/+313
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki27-1066/+1980
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki5-104/+123
2014-12-18DisplayFilter: Check also another fields with the same nameMichal Labedzki1-33/+18
2014-12-18Handle "I can't map this for that file format" better.Guy Harris2-8/+32
2014-12-17Fix zbee errors introduced by change 5565, commit df639f509e812fff3c5eb4bdf4f...Graham Bloice3-10/+1
2014-12-17Artnet3 and OEM Codes Updatezeuz1-202/+1134