aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-11-18Use tvb_bcd_dig_to_ep_str().Anders Broman1-44/+6
2011-11-17Use extended value strings.Bill Meier1-8/+15
2011-11-17Remove some unneeded #includes;Bill Meier1-232/+229
2011-11-17Add a dissector table for National operation codes.Anders Broman1-10/+18
2011-11-17Fix "With the current changes NAS messages with the "null ciphering algorithm...Anders Broman1-13/+2
2011-11-17(Trivial) remove an extra blank line.Bill Meier1-1/+0
2011-11-17Make it easier to see RLIST details.Martin Mathieson1-1/+9
2011-11-17Undo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN conversions done in SV...Bill Meier1-51/+51
2011-11-17Add missing copyright and license.Chris Maynard1-1/+18
2011-11-17distribute -> redistribute.Chris Maynard1-1/+1
2011-11-17Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column. ...Chris Maynard1-3/+7
2011-11-17Show meaning of special length indication values in the LI root.Martin Mathieson1-21/+41
2011-11-17Add a missing IE number.Anders Broman1-1/+2
2011-11-16Avoid using "POINT" as it causes compiler errors on some systems. Add modeli...Chris Maynard1-32/+41
2011-11-16Don't assign the return value of proto_tree_add_item to a variable if it isn'...Chris Maynard1-1/+1
2011-11-16Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the F...Chris Maynard2-13/+14
2011-11-16Dissect national Opcode.Anders Broman1-25/+134
2011-11-16Show more sequence numbers in info column, and in root nodes.Martin Mathieson1-3/+10
2011-11-16Fix handling of empty OpenType at the end of PDUTomas Kukosa1-2/+2
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ...Anders Broman1-14/+28
2011-11-16Cleanup & reformatting: whitespace & long-lines.Bill Meier1-135/+168
2011-11-16Thou shalt not use proto_tree_add_string() with an FT_BYTES field.Guy Harris1-2/+3
2011-11-16Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_...Chris Maynard1-8/+7
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier8-9/+9
2011-11-15Remove unneeded #includeBill Meier1-2/+2
2011-11-15(Trivial) Reformat some long lines & do some whitespace cleanup.Bill Meier1-22/+29
2011-11-15Check the return value of dissect_sip_name_addr_or_addr_spec()Anders Broman1-1/+6
2011-11-15Squelch a warning. (This code probably needs a review; we really need aGuy Harris1-0/+1
2011-11-15Rename channel_type enums to avoid possible naming conflicts.Chris Maynard1-40/+41
2011-11-15More indentation cleanup.Guy Harris1-11/+11
2011-11-15Clean up indentation.Guy Harris1-48/+48
2011-11-15packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'Anders Broman1-1/+1
2011-11-15Restore dissection of contact parameters.Anders Broman1-22/+66
2011-11-15Remove unneeded #includes;Bill Meier1-12/+10
2011-11-15Move proto_reg_handoff...() to the end of the file as per convention;Bill Meier1-75/+73
2011-11-15Append important details from LI and SURI trees to root item.Martin Mathieson1-16/+24
2011-11-15Fix some svn propertiesBill Meier1-1/+1
2011-11-15UMTS RLC:Martin Mathieson2-12/+66
2011-11-15Enhance CPHA dissectorAlexis La Goutte1-312/+202
2011-11-15From Michael Mann:Anders Broman1-45/+43
2011-11-15Rewrite some odd code. Clang Cat does not want:Guy Harris1-2/+1
2011-11-15At least as I read the code, there can be up to 3 receive channels (theGuy Harris1-6/+14
2011-11-15Get rid of the depth argument to dfilter_macro_apply(); have an internalGuy Harris3-114/+120
2011-11-14Append each op name to the operations sub-tree so you don't necessarily have ...Chris Maynard1-0/+2
2011-11-14Remove uneeded #includes, forward refs & check_col();Bill Meier4-36/+23
2011-11-14'guint8=tvb_get_guint8() + 2' can wrap. Use 'gint=...' instead. ditto for 'gi...Bill Meier1-53/+52
2011-11-14The Originator protocol identifier is not present in the "provisioning action...Chris Maynard1-2/+4
2011-11-14From Martin Kaiser:Anders Broman1-0/+24
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixGuy Harris1-5/+39
2011-11-14Very minor cleanup: remove some unneeded #includes & some trailing whitespaceBill Meier3-9/+6