aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-41/+41
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-29From Mike Morrin:etxrab1-0/+26
The attached patches add the uses proto_tree_add_split_bits_ret_val() proto_tree_add_split_bits_crumb() https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6885 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41249 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-23From Lei Chen:etxrab1-0/+2
a patch to support decode FDD_CELL_INFORMATION of "UTRAN FDD Description" in packet-gsm_rlcmac.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6856 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41149 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-05From Sylvain Munaut:etxrab1-1/+34
0001-packet-csn1-Fix-indenting-of-the-CSN_UINT-subsection.patch 0002-packet-csn1-Add-new-maro-M_TYPE_LABEL-to-customize-n.patch 0003-packet-csn1-New-macro-M_FIXED_LABEL-to-customize-str.patch 0004-packet-csn1-Allow-CHOICE-elements-to-re-process-the-.patch 0005-packet-csn1-Make-new-M_CHOICE_IL-option-that-doesn-t.patch 0006-packet-csn-Extend-CSN_SERIALIZE-to-allow-0-bit-of-le.patch https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6789 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40847 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-21From Mike Morrin:etxrab1-40/+70
a patch which improves several aspects of GSM RLS/MAC dissection. Generic improvements to the csn.1 dissector include: • Added a flag to the type descriptor structure so that any type can (potentially) flagged as xxx_OR_NULL. This was specifically needed for UINT_OR_NULL for the ms capabilities struct. • Corrected the octet calculation in app of the proto_tree_add_text() and proto_item_set_len() calls. • Changed the CSN_SERIALIZE so that the length of the length field can be specified. • For CSN_NEXT_EXIST removed the requirement that the next type be CSN_END, to allow truncation of multiple IEs. • For CSN_LEFT_ALIGNED_VAR_BITMAP corrected the handling of bit_offset. • Added a new type CSN_PADDING_BITS to make inspection of padding bits more convenient. • Improved the CSN_RECURSIVE_TARRAY_1 to show the array index. Improvements to the gsm_rlcmac dissector include: • Comment out a couple of unused hf variables. • Rework the definition of EGPRS Ack/Nack Description so that the length IE (and absence thereof) is handled correctly. This is the original issue for which the bug was raised. • Added Padding Bits definitions to all PDUs • Change the Multislot_capability_t and Content_t definitions to allow truncation at any IE • Added proto_tree_add_protocol_format() calls so that the protocol can be added to a display filter • Append Protocol to the PROTOCOL column and PDU type to the INFO column. From me get rid of C++ style comments. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6375 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40627 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-24From Vincent Helfre:etxrab1-9/+12
I updated again the csn1 dissector to associate hf_field to each element. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36306 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23From Vincent Helfre:etxrab1-34/+232
- added documentation in packet-csn1.h - fixed a bug in packet-csn1.c - fixed a BSIC description in packet-gsm_a_rr.c - removed the "_v" suffix in packet-gsm_rlcmac element description git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36284 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-28Define some globals as static; Remove uneeded #includes; Whitespace cleanup.wmeier1-45/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36100 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-28From Pascal Quantin:etxrab1-38/+42
the attached patch should hopefully please the buildbots git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36095 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-28From Pascal Quantin:etxrab1-37/+37
patch to fix the various issues git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36094 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-28From Vincent Helfre:etxrab1-37/+97
I change the void * descr field as an union to either store a pointer or a value. Hope it solves the problem. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36092 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-28git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36087 ↵etxrab1-0/+299
f5534014-38df-0310-8fa8-9805f1628bb7