summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15gsm-a, nas-eps: enhance handling of missing mandatory i.e.Ivan Nardi1-5/+5
2017-03-22[BSSAP] Update comments from V 14.2.0AndersBroman1-32/+65
2017-03-22[BSSGP] Dissect UTRA SI Container.AndersBroman1-3/+27
2017-03-21[BSSGP] Set cur_offset after expert info,UTRA SI Container - notAndersBroman1-0/+1
2017-02-20Fix a typo and a copy-and-pasteo.Guy Harris1-2/+2
2017-02-20[BSSGP] Dissect new Extended Feature Bitmap fields.AndersBroman1-4/+52
2016-08-03[BSSGP] Update messages and IEs.Yurii Lysyi1-50/+420
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-42/+42
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+4
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-09-02Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+84
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-37/+62
2015-01-30BSSGP: ensure that all Optional / Conditional Information Elements are treate...Pascal Quantin1-9/+9
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-238/+239
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-11-20Replace tvb_length...() calls.AndersBroman1-1/+1
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-167/+167
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-26/+22
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-23Add dissection of new IEs in UL_UNITDATAAnders Broman1-2/+31
2013-09-17From Jason Wzhy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9157 :Pascal Quantin1-1/+1
2013-09-03Batch of filterable expert info.Michael Mann1-67/+78
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-33/+31
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-04From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-24Do not initialize ett_tree and msg_fcn_p when match_strval_idx_ext does not f...Pascal Quantin1-2/+4
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-153/+153
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+5
2013-03-05fixMartin Kaiser1-10/+2
2013-03-05From Joseph Chai:Anders Broman1-8/+147
2013-02-11Fix bit_offset.Anders Broman1-4/+4
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-58/+58
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-14/+14
2012-11-21fixMartin Kaiser1-1/+1
2012-11-21Clean up white space (no tabs).Guy Harris1-3/+4
2012-11-21The previous change means the "len" argument is now being used.Guy Harris1-3/+1
2012-11-21From l.wachowski:Anders Broman1-5/+9
2012-11-19From l.wachowski:Anders Broman1-4/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1