aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+5
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-8/+8
2016-03-12Assa (R3): fix 'r3.forceoptions.state' exists multiple times with NOT compati...Alexis La Goutte1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-22Eliminate proto_tree_add_text from some dissectors.Michael Mann1-14/+73
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-13/+13
2015-03-03Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann1-59/+3
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-22Wrong array.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-145/+228
2014-10-14packet-assa_r3.c: Use editor modelines from http://www.wireshark.org/tools/mo...Bill Meier1-4/+4
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-150/+92
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-24/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-10/+10
2013-12-12(Trivial)Bill Meier1-3274/+3274
2013-11-09Fix unused and shadow variable errors.Gerald Combs1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-10/+10
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-11/+11
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-23/+23
2013-09-01Batch of filterable expert info.Michael Mann1-73/+73
2013-08-07fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9020Martin Kaiser1-6/+22
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-3/+3
2013-06-04Fix the fuzz failure reported (by me) in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-7/+14
2013-04-09Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-14/+14
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-11Move ett and hf arrays into proto_register routine.Jeff Morriss1-3396/+3513
2012-12-06Fix inifite loop in the R3 dissector reported inJeff Morriss1-5/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-14tvb_length_remaining() can return -1, so be sure to deal with it if it does. ...Chris Maynard1-25/+26
2012-07-11Fix [-Werror=sign-compare] compiler warningBill Meier1-2/+2
2012-07-11Simplify code ....Bill Meier1-111/+82
2012-07-11Remove "comment to myself".Bill Meier1-1/+1
2012-07-11General cleanup:Bill Meier1-1676/+4947
2012-07-09From Evan Huus: Struct cleanup in packet-assa_r3.cBill Meier1-385/+342
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16all:Bill Meier1-2/+957