aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-05-31VGCS/VBS Assignment Request: Add param dissectorMikhail Koreshkov1-7/+15
2015-02-23BSSMAP: VGCS/VBS Assignment Request wrong first parameterunknown1-2/+2
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman1-1/+1
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-202/+204
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-11GSM a BSSMAP : fix warning: no previous prototype for 'dissect_bssmap' [-Wmis...Alexis La Goutte1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-8/+7
2014-11-17[BSSMAP] de_mid() used with wrong length.AndersBroman1-1/+1
2014-11-14[BSSMAP] Handle vendor specific encoding of "Layer 3 Message Contents".AndersBroman1-0/+13
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-2/+0
2014-10-07GSM (bssmap): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-2/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-282/+282
2014-10-04Eliminate proto_tree_add_text from packet-gsm_a_bssmap.cMichael Mann1-525/+385
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-42/+54
2014-09-12proto_tree_add_text cleanupMichael Mann1-28/+30
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-16/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
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-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-3/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+6
2013-09-25Dissect bssmap_reroute_cmd and bssmap_reroute_complete andAnders Broman1-23/+104
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-4/+5
2013-07-26Add dissection of more IEsAnders Broman1-12/+285
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-25/+18
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-27Fix Coverity CID 281471: Logically dead code. (addr_type can only be 1 or 2 ...Chris Maynard1-4/+2
2013-03-20Set up RTCP conversation too.Anders Broman1-0/+2
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-451/+451
2013-03-01Fix Coverity CID 280371: Logically dead code.Chris Maynard1-3/+1
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-122/+173
2012-12-26Update a comment.Guy Harris1-2/+3
2012-12-26Do array bounds checking.Guy Harris1-4/+8
2012-12-25bssmap_msg_fcn[] is a dense array, not a sparse array, so *every* entryGuy Harris1-6/+7
2012-11-26Update MSG value string and add commented out infoAnders Broman1-1/+63
2012-10-18Minor cleanup:Bill Meier1-1/+1
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52