aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04CRC6: Fixed CRC lookup table and functionsRoss1-4/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-4/+5
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-15/+6
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-28/+24
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-2/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-16"Bubble up" the use of pinfo->circuit_id and pinfo->ctype to make it more obv...Michael Mann1-12/+12
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-5/+5
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-16IUUP: Add modelines infoAlexis La Goutte1-0/+12
2014-08-08Don't subtract 4 from the length passed to update_crc10_by_bytes_iuup().Guy Harris1-1/+1
2014-08-08Clean up the CRC-10 code.Guy Harris1-3/+18
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+4
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann1-26/+27
2013-05-26Batch of filterable expert infos.Michael Mann1-3/+13
2013-03-19From beroset:Anders Broman1-6/+6
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-10Add parenthesis to clarify intent.Martin Mathieson1-3/+3
2012-01-20Fix some duplicate display filter names.Chris Maynard1-18/+12
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-63/+57
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+0
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-14Minor cleanup:Bill Meier1-107/+107
2010-01-03Changed abbrev for spare bytes.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-121/+121
2008-10-30Slight rework related to proto_register & proto_reg_handoff;Bill Meier1-23/+23
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1