aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
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-4/+0
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-90/+89
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-76/+82
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-12proto_tree_add_text cleanupMichael Mann1-25/+31
2014-08-22Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss1-51/+4
2014-08-20Remove now unused code, do API changes missed in previous commit.AndersBroman1-66/+57
2014-08-20Use dissect_e212_imsi() to dissect IMSI.AndersBroman1-21/+22
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+3
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-57/+57
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-57/+57
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-2/+2
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-2/+2
2013-07-23Register BSSAP+ by name.Anders Broman1-0/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman1-1/+3
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-30/+32
2012-12-02Remove unneeded variable initializers.Evan Huus1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-10-18Minor cleanup:Bill Meier1-442/+512
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-14Don't add proto_bssap to the tree twice, once as a hidden item and once using...Chris Maynard1-4/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+4
2012-07-31Update filter names following the changes done in r44162Pascal Quantin1-2/+2
2012-07-13tvb_length_remaining() can return -1, so check if its return value is <= 0 wh...Chris Maynard1-53/+53
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2012-01-24Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-36/+36