aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
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-4/+4
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-132/+132
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-13/+7
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-22/+22
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-20- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)Anders Broman1-2/+36
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-63/+529
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7361 :Pascal Quantin1-1/+3
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7360 :Pascal Quantin1-2/+2
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-239/+253
2012-04-30Fix a few clang warningspascal1-11/+5
2012-04-19Set up RTP conversations from BSS MAP.Anders Broman1-1/+35
2012-04-04Avoid false-positive CID 621: if str is non-NULL, idx should be positiveJeff Morriss1-15/+18
2012-03-08Fix dissecton of speech codec listAnders Broman1-2/+27
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+0
2011-05-18Finish removing tabs and fix up some indentation.Jeff Morriss1-323/+324
2011-05-18Add a default (else) case in the default case for cause values to avoid passingJeff Morriss1-5/+15
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-100/+100
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-81/+81
2011-03-23CID 453,454Anders Broman1-0/+1