aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cell_broadcast.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-3/+3
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-2/+2
2020-09-28Add some more string encodings.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-22gsm_cbs: sabp: Display Unicode messagesVasil Velichkov1-7/+7
2017-01-29Register reassembly tablesMichael Mann1-14/+3
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-5/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-5/+8
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-04-29GSM CBS: fix a typoPascal Quantin1-15/+9
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-7/+7
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-261/+274
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+15
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
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
2014-02-26Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.Guy Harris1-2/+6
2014-02-26Use tvb_get_string_enc() to get UCS-2 strings.Guy Harris1-21/+8
2014-02-25Fix indentation.Guy Harris1-30/+30
2014-02-25Remove a few wrong use of tvb_get_string()Pascal Quantin1-1/+1
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-8/+11
2014-01-01Try to pacify OSX-10.6-x64 buildbotPascal Quantin1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-9/+4
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-2/+4
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8747 :Pascal Quantin1-25/+48
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+5
2013-01-20Dissect ETWS and CMAS notificationsPascal Quantin1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-28Avoid 2 redeclarations of 'len' in inner scopes - they can all use theMartin Mathieson1-7/+7
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-8/+1
2012-01-26Add a format string and remove a couple of unused variables.Gerald Combs1-3/+3