Commit Graph

40 Commits

Author SHA1 Message Date
Martin Mathieson bd55fda74c From Pascal Quantin: some typo fixes
svn path=/trunk/; revision=31455
2010-01-06 17:07:37 +00:00
Martin Mathieson 7897e78d02 Added casts wanted by win64 compiler.
svn path=/trunk/; revision=31440
2010-01-04 15:24:33 +00:00
Martin Mathieson b8596e6ad6 Start to supply data for an RLC tap.
svn path=/trunk/; revision=31439
2010-01-04 14:07:24 +00:00
Martin Mathieson 68546e930e From Pascal Quantin. Add support a UDP framing format for LTE RLC.
svn path=/trunk/; revision=31185
2009-12-07 10:23:35 +00:00
Martin Mathieson 0015dc63be Show whether NACK is full or partial in expert info.
svn path=/trunk/; revision=31170
2009-12-04 11:22:33 +00:00
Martin Mathieson 33d4186696 Set extent of AM header root properly when there are extensions.
Give more descriptive expert text when we there is no data for non-extension segment.

svn path=/trunk/; revision=31079
2009-11-25 23:17:23 +00:00
Martin Mathieson 51e240596d Dissect SRB2 as PDCP signalling too.
svn path=/trunk/; revision=31021
2009-11-19 18:23:53 +00:00
Martin Mathieson fa8e0f479f Trivial: comment update
svn path=/trunk/; revision=31004
2009-11-18 13:47:38 +00:00
Martin Mathieson 7af44b2991 Resuse struct for PDCP info when redissecting.
svn path=/trunk/; revision=30992
2009-11-17 17:30:40 +00:00
Martin Mathieson a6bc911e49 Show data-less PDUs are Error rather than warning.
Only call PDCP for complete signalling PDUs.

svn path=/trunk/; revision=30976
2009-11-16 18:18:07 +00:00
Martin Mathieson 1a46552674 Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signalling PDUs.
svn path=/trunk/; revision=30971
2009-11-16 15:35:56 +00:00
Martin Mathieson da15f9f5ff Show how many NACKs appeared in status message root.
svn path=/trunk/; revision=30806
2009-11-03 16:39:01 +00:00
Martin Mathieson c120fa9b8f Sequence number should be displayed in DEC, not HEX!
svn path=/trunk/; revision=30769
2009-10-30 15:56:43 +00:00
Martin Mathieson f36f5897ee Tidy up info column output showing partial NACK.
svn path=/trunk/; revision=30760
2009-10-29 19:06:10 +00:00
Martin Mathieson 8c9d77f0cd Add more summary to top-level item.
svn path=/trunk/; revision=29931
2009-09-15 17:49:58 +00:00
Martin Mathieson d69ac7dc4a Add more useful summary info to RLC root. Useful mostly for when called from MAC.
svn path=/trunk/; revision=29862
2009-09-11 15:16:53 +00:00
Martin Mathieson e09d89e145 Add the option to call RLC dissector for LCID 1&2.
These should be srb1 & srb2 (AM).

svn path=/trunk/; revision=29852
2009-09-10 22:53:57 +00:00
Martin Mathieson fef272347b Show number of predefined bytes in info column.
svn path=/trunk/; revision=29290
2009-08-04 10:41:08 +00:00
Martin Mathieson 29d6ae0ed5 Remove calls to check_col().
svn path=/trunk/; revision=29079
2009-07-13 11:23:40 +00:00
Martin Mathieson fd6bcf67a7 Add expert item to warn of AM data PDUs that don't have any data.
svn path=/trunk/; revision=28995
2009-07-07 17:07:24 +00:00
Stig Bjørlykke b228488bc0 From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's
(2) Duplicate 'blurb's are replaced with NULL
(3) Empty ("") 'blurb's are replaced with NULL
(4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields
    for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME,
    FT_PROTOCOL, FT_STRING and FT_STRINGZ field types
(5) Only allow non-zero value for 'display' if 'bitmask' is non-zero

svn path=/trunk/; revision=28770
2009-06-18 21:30:42 +00:00
Martin Mathieson ec48fc388f Trivial prettifications
svn path=/trunk/; revision=28765
2009-06-17 09:43:56 +00:00
Martin Mathieson 55a1075bea Show data-segment info in info column.
svn path=/trunk/; revision=28733
2009-06-15 09:46:13 +00:00
Martin Mathieson db0bd672a6 Set length of proto item for status pdu.
svn path=/trunk/; revision=28702
2009-06-11 13:58:08 +00:00
Martin Mathieson f56c2e8156 Check for leftover bytes following Status PDU.
svn path=/trunk/; revision=28650
2009-06-07 13:35:17 +00:00
Martin Mathieson cea663a187 Sequence analysis is only for UM channels for now.
svn path=/trunk/; revision=28195
2009-04-29 21:50:02 +00:00
Gerald Combs 89fc73b081 Fix the Buildbot.
svn path=/trunk/; revision=28057
2009-04-15 18:14:34 +00:00
Bill Meier 576e5ae0a5 packet-rlc-lte.c: keep vc6 happy: use gboolean instead of guint8 in several places.
svn path=/trunk/; revision=28053
2009-04-15 02:28:55 +00:00
Anders Broman d225d4821f guint8 -> guint16
svn path=/trunk/; revision=28050
2009-04-14 18:14:24 +00:00
Martin Mathieson 9c0555d110 Begin to do some per-channel sequence analysis (so far, only for UM).
svn path=/trunk/; revision=28045
2009-04-14 14:38:20 +00:00
Martin Mathieson add4159aca Be careful not to show not-relevant context info.
svn path=/trunk/; revision=27699
2009-03-11 11:17:16 +00:00
Martin Mathieson 34423cbcc3 From Vincent Helfre:
#define some constants, and move constants into header files.
Hopfully this will make it easier for these dissectors to be reused.

svn path=/trunk/; revision=27487
2009-02-19 22:25:36 +00:00
Martin Mathieson 528f4b47d8 Add expert item to NACKs in AM status PDUs.
svn path=/trunk/; revision=27429
2009-02-11 17:51:37 +00:00
Martin Mathieson 4b654083ce Don't show channel ID in info column for common channels
svn path=/trunk/; revision=27366
2009-02-04 11:34:06 +00:00
Martin Mathieson 51b8e113df Make AM polling bit more prominent.
svn path=/trunk/; revision=27286
2009-01-22 17:18:48 +00:00
Martin Mathieson 6d2b2aeeae Handle "predefined" frames (when this mode is set just show data as raw hex).
svn path=/trunk/; revision=27284
2009-01-21 15:44:22 +00:00
Martin Mathieson 3ec4589aa4 Some more AM updates.
svn path=/trunk/; revision=27245
2009-01-16 15:41:03 +00:00
Martin Mathieson a59360ec78 Some AM fixes.
svn path=/trunk/; revision=27243
2009-01-16 10:53:58 +00:00
Tomas Kukosa 6d5e6889f9 get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compilable
svn path=/trunk/; revision=27195
2009-01-08 13:28:30 +00:00
Martin Mathieson 9d39db177d Add RLC LTE dissector.
svn path=/trunk/; revision=27161
2009-01-05 23:18:00 +00:00