aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband_sdp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-40/+40
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-2/+4
2023-05-29tools/check_dissector.pyMartin Mathieson1-1/+0
2023-04-20Use rval_to_str_const() when no specifier in 'unknown' stringMartin Mathieson1-1/+1
2023-02-12Try to check that all items in bitmask set have same widthMartin Mathieson1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-140/+68
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann1-7/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-20FCoIB / Infiniband SDP: prevent a crash when 'enable manual settings' is set ...Pascal Quantin1-1/+3
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-24/+36
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-16Fix SDP dissector crash during fuzz testingYan Burman1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki1-14/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-09-13Dario Lombardo viaJörg Mayer1-3/+3
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-37/+37
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-20/+20
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-13/+13
2011-05-26From Michael Mann.Anders Broman1-1/+1
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-10/+10
2010-12-02From Slava:Anders Broman1-1/+1
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss1-0/+572