aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵wmeier1-1/+1
non-autogenerated epan/dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39288 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵wmeier1-1/+1
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39260 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-16Based on patch from Denis Ovsienko viamorriss1-63/+63
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38561 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38413 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-10Fix two cases of comparisons begin made against incorrect values following acmaynard1-2/+3
mask operation. Also, initialize g_rohc_info if pinfo->packet_data is !NULL. Fixes Coverity ID's 1187, 1188 and 1190. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37042 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-18Make it build.stig1-9/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36697 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-18Start merging from packet-pdcp-lte.cetxrab1-51/+222
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36696 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-16Try to make the OSX buildbot happy.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36669 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-16Initialize feedback_data_len to avoid a compiler warning.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36666 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-16Fix:etxrab1-3/+2
packet-rohc.c: In function 'dissect_rohc_ir_rtp_profile_dynamic': packet-rohc.c:285: warning: 'val_len' may be used uninitialized in this function packet-rohc.c:186: warning: 'num_bits' may be used uninitialized in this function packet-rohc.c:186: note: 'num_bits' was declared here git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36663 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-16Add a basic ROCH dissector.etxrab1-0/+984
Limitations: - Small CID - RTP profile - IPv4 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36659 f5534014-38df-0310-8fa8-9805f1628bb7