aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2015-11-041-2/+2
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+1
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-2/+2
* Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann2015-07-121-2/+2
* [E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman2015-01-141-1/+1
* First batch of unincludes. Last attempt...Martin Mathieson2014-12-221-1/+0
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-4/+0
* Remove sccp_info member from packet_info structure.Michael Mann2014-11-261-90/+89
* Eliminate proto_tree_add_text from several dissectors.Michael Mann2014-11-021-76/+82
* Add editor modelines; fix indentation as needed.Bill Meier2014-09-291-0/+13
* proto_tree_add_text cleanupMichael Mann2014-09-121-25/+31
* Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss2014-08-221-51/+4
* Remove now unused code, do API changes missed in previous commit.AndersBroman2014-08-201-66/+57
* Use dissect_e212_imsi() to dissect IMSI.AndersBroman2014-08-201-21/+22
* convert to proto_tree_add_subtree[_format]Michael Mann2014-06-221-6/+3
* Cleanup display filters reported by checkfiltername.plMichael Mann2014-06-201-3/+3
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-57/+57
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-57/+57
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-8/+8
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus2013-12-181-2/+2
* Convert a few more dissectors to wmemPascal Quantin2013-09-121-2/+2
* Register BSSAP+ by name.Anders Broman2013-07-231-0/+1
* [-Wmissing-prototypes]Anders Broman2013-03-151-1/+2
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-1/+1
* Comment out unused hf[] entries & etc.Bill Meier2013-01-311-1/+3
* Register in the UDP heuristic table rather than the internal one.Anders Broman2013-01-171-1/+3
* "Fill" a couple of value_string(ext)Anders Broman2012-12-121-30/+32
* Remove unneeded variable initializers.Evan Huus2012-12-021-1/+1
* Make all enum_val_t's const.Jeff Morriss2012-11-291-2/+2
* Minor cleanup:Bill Meier2012-10-181-442/+512
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Don't add proto_bssap to the tree twice, once as a hidden item and once using...Chris Maynard2012-08-141-4/+3
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-3/+4
* Update filter names following the changes done in r44162Pascal Quantin2012-07-311-2/+2
* tvb_length_remaining() can return -1, so check if its return value is <= 0 wh...Chris Maynard2012-07-131-53/+53
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier2012-05-041-8/+0
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-101-1/+2
* Fix a duplicate display filter name.Chris Maynard2012-01-241-1/+1
* Fix some duplicate display filter names.Chris Maynard2012-01-191-7/+7
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-36/+36
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-139/+131
* Change the signature of elem_fcn():ns to include pinfo.Anders Broman2011-04-041-26/+26
* Change the msg_fcn() signature to include pinfo.Anders Broman2011-04-041-6/+4
* Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier2011-02-071-124/+124
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* The Mobile Status msg in BSSAP+ has IMSI as first possible IEGerasimos Dimitriadis2010-08-171-1/+1