aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-31/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
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 another batch of deprecated tvb_length callsEvan Huus1-2/+2
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-09Modify TCPENCAP heuristic to avoid triggering a 'packet size limited during c...Pascal Quantin1-0/+3
2013-08-07From Michael Mann:Anders Broman1-16/+31
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-9/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-07-05So many people who love to use easy to remember ports.Jörg Mayer1-11/+20
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-27Move proto_reg_handoff to the end ...Bill Meier1-21/+23
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2008-08-27Give "initialized" the right data type.Guy Harris1-1/+1
2008-08-27If port pref changed, delete registration for previous portBill Meier1-5/+13
2007-09-28this silly protocol uses the same port as ndmp and worse, there is Ronnie Sahlberg1-2/+27
2007-02-15Guess the meaning of some trailer bytesJörg Mayer1-12/+92
2007-02-14Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMPJörg Mayer1-0/+129