aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_rr.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+4
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-10/+10
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1/+14
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+22
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-5/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-0/+2
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-6/+10
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-3/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-16From Sylvain Munaut via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8487Evan Huus1-32/+64
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-32/+32
2012-12-21Include packet-gsm_sms.h and remove extern declarationsPascal Quantin1-11/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-25From Sylvain Munaut via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-1/+41
2012-08-24effectively revert r44161, having the display filters favor '.' over '_'Michael Mann1-102/+102
2012-08-01Do not register fields twicePascal Quantin1-2/+0
2012-08-01Follow-up of r44161: GMR-1 RR dissector is not used only on Common Control CH...Pascal Quantin1-101/+107
2012-07-31update GMR-1 protocols display filersMichael Mann1-100/+100
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2012-03-09From Sylvain Munaut:Anders Broman1-0/+2384