aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-11/+13
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6
2015-11-08<stdlib.h> is needed for atoi().Guy Harris1-0/+1
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+0
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-6/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-1/+1
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-4/+4
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-10/+10
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-9/+3
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-16Remove ipproto member of packet_info.Michael Mann1-12/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-4/+3
2014-08-15packet-catapult-dct2000.c: Create/use and extended value-string; Add editor m...Bill Meier1-1/+14
2014-07-07Trying to create and use an empty tvb now throws an exception. Just pass cur...Martin Mathieson1-3/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
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-22From Fabrice Bellard:Pascal Quantin1-5/+5
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-11/+11
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson1-8/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-9/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+13
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-11/+11
2013-04-18Add R10 versions of LTE protocols.Martin Mathieson1-8/+16
2013-03-14From beroset:Anders Broman1-24/+24
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-4/+4
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-4/+4
2013-02-15Add support for reading/writing 'sprint' lines from test scripts.Martin Mathieson1-4/+27
2012-12-03Use tvb_get_const_stringz() when I know the tvb will be contiguous.Martin Mathieson1-5/+5
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-18/+12
2012-11-18Support the older format of SR failure for a while longer.Martin Mathieson1-2/+6
2012-10-10Get rid of an outdated formatMartin Mathieson1-6/+0
2012-10-10Update to format of string that indicates SR failure.Martin Mathieson1-1/+3
2012-10-06Give up trying to parse those lines - the format has changed and its tooMartin Mathieson1-73/+0
2012-09-24Also avoid some unnecessary calls to strcmp() here, where the releaseMartin Mathieson1-10/+2
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-6/+6