aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Broman3-29/+244
2011-11-16Support nanosecond-resolution time for NetMon 2.x format (it's onlyGuy Harris1-41/+125
2011-11-16OK, this should do it.Guy Harris1-1/+1
2011-11-16Fix build on Windows.Guy Harris1-2/+2
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-1/+9
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-0/+8
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 Broman2-28/+44
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2-53/+60
2011-11-16Get rid of unnecessary assignment (the code below it always assigns aGuy Harris1-1/+0
2011-11-16Don't set variables if we don't look at them later. All praise ClangGuy Harris1-3/+0
2011-11-16Add Jakob Hirsch; Fix bad formatting which screwed up AUTHORS display.Bill Meier1-1/+7
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-16Fix indentation.Guy Harris1-1/+1
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-15Add svn:executable to propsBill Meier2-0/+0
2011-11-15Set svn:mime-type to image/pngBill Meier0-0/+0
2011-11-15Set svn:mime-type to image/pngBill Meier0-0/+0
2011-11-15Set svn:mime-type to image/pngBill Meier0-0/+0
2011-11-15Set svn:mime-type to image/pngBill Meier0-0/+0
2011-11-15Set svn:mime-type to image/pngBill Meier0-0/+0
2011-11-15Append important details from LI and SURI trees to root item.Martin Mathieson1-16/+24
2011-11-15Fix some propsBill Meier2-4/+7
2011-11-15Fix some svn propertiesBill Meier1-1/+1
2011-11-15Fix svn:keywords prop: 'svn:eol-style'->'Id'Bill Meier0-0/+0
2011-11-15Fix svn:keywords prop: 'svn:eol-style'->'Id'Bill Meier0-0/+0
2011-11-15Fix props: svn:keyword->svn:keywords; remove svn:executableBill Meier11-0/+0
2011-11-15UMTS RLC:Martin Mathieson2-12/+66
2011-11-15 Add svn:keywords and svn:eol-style propertiesAlexis La Goutte0-0/+0
2011-11-15Enhance CPHA dissectorAlexis La Goutte1-312/+202
2011-11-15From Michael Mann:Anders Broman1-45/+43
2011-11-15From Michael Mann:Anders Broman1-1/+18
2011-11-15OK, *that's* what Clang Cat was going on about:Guy Harris1-1/+2
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 Harris2-7/+23