aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-mpa.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-3/+3
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-08Wrap some tvb_get_ptr calls in crc32c_tvb_offset_calculate().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31packet-iwarp-mpa: give more information if the ULPDU length doesn't matchStefan Metzmacher1-2/+2
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13Return FALSE from dissect_iwarp_mpa() if data is NULL. Note that this is the...Chris Maynard1-1/+5
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-4/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-2/+2
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-2/+1
2013-08-05Get rid of no-longer-used variables.Guy Harris1-4/+0
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann1-6/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-7/+17
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki1-3/+0
2011-03-03Use tvb_memcpy() instead of tvb_get_ptr() + memcpy().Jeff Morriss1-8/+4
2011-02-18Nope, the __declspec(noreturn) didn't suffice - either abort() isn'tGuy Harris1-2/+2
2011-02-18Just for fun, see whether using __declspec(noreturn) on the exceptionGuy Harris1-2/+2
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-9/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Constify and staticize.Guy Harris1-17/+17
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-21/+4
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-4/+4
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-1/+1
2009-10-07malloc() and free() are prohibited APIs, use the glib equivalents instead.Jeff Morriss1-50/+50
2009-10-06From Didier Gautheron:Anders Broman1-1/+2
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-05-13Apply some of the patches from:Anders Broman1-2/+1