aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-07-31prefs: Convert most RTP dissectors to use "auto" PT preferencesJohn Thacker1-22/+4
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-1/+1
2022-01-07iuup: Avoid Malformed warning if IuUP contains no payloadPau Espin Pedrol1-0/+3
2022-01-07iuup: Remove _U_ param attribute on used paramPau Espin Pedrol1-1/+1
2021-12-17IuUP: Use proto_tree_add_checksum() to show CRC HeaderPau Espin Pedrol1-18/+9
2021-12-17IuUP: Fix CRC Header checksPau Espin Pedrol1-1/+1
2020-06-12RTP: Make Decode As handling consistent across subdissectorsJohn Thacker1-13/+11
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
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