index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asn1
/
lte-rrc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the HandoverPreparationInfoPDU dissector to be looked up by name and ca...
Martin Mathieson
2014-09-24
1
-0
/
+24
*
Show RRC Release cause in the Info column
Martin Mathieson
2014-09-15
1
-0
/
+6
*
Try to fix build error by giving function a return type
Martin Mathieson
2014-09-08
1
-1
/
+1
*
Show band info for inter-freq entries in UE capabilities. Addresses Pascal's...
Martin Mathieson
2014-09-08
2
-0
/
+61
*
LTE RRC: fix dissection of CDMA System Time broken in gcd02af5
Pascal Quantin
2014-08-09
2
-6
/
+6
*
Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.
Michael Mann
2014-08-09
2
-10
/
+29
*
Add some files under asn1 to the distribution.
Guy Harris
2014-07-30
1
-1
/
+1
*
LTE RRC: upgrade dissector to v11.8.0
Pascal Quantin
2014-07-08
4
-6
/
+55
*
convert to proto_tree_add_subtree[_format] for ASN.1 dissectors
Michael Mann
2014-06-22
1
-6
/
+6
*
Rename dissector_add_handle() to dissector_add_for_decode_as().
Guy Harris
2014-06-20
1
-1
/
+1
*
Convert a bunch of time_to_str functions to wmem
Evan Huus
2014-06-16
1
-6
/
+6
*
tvb_new_subset -> tvb_new_subset_length when length parameters are equal.
Michael Mann
2014-06-07
1
-1
/
+1
*
MAC LTE: get extended BSR sizes configuration from RRC
Pascal Quantin
2014-05-08
1
-0
/
+13
*
Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seen
Martin Mathieson
2014-05-03
1
-0
/
+2
*
LTE RRC: break the sr-configIndex down into periodicity and subframe offset
Martin Mathieson
2014-04-15
2
-2
/
+61
*
LTE RRC: add file forgotten in gb981173
Pascal Quantin
2014-03-26
1
-1
/
+8
*
Upgrade LTE RRC dissector to v11.7.0
Pascal Quantin
2014-03-20
5
-122
/
+170
*
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...
Bill Meier
2014-02-26
1
-4
/
+4
*
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Jeff Morriss
2014-02-18
10
-19
/
+0
*
Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...
Martin Mathieson
2014-01-27
1
-1
/
+16
*
The strings in question are generated as UTF-8 from the CBS encoding, so
Guy Harris
2014-01-22
1
-1
/
+1
*
Upgrade LTE RRC dissector to v11.6.0
Pascal Quantin
2014-01-14
4
-12
/
+31
*
Update file forgotten in r54250
Pascal Quantin
2013-12-19
1
-6
/
+6
*
- Forward declaration of register functions.
Anders Broman
2013-12-09
1
-0
/
+4
*
Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...
Pascal Quantin
2013-12-08
1
-3
/
+2
*
Dissect UE Rx - Tx time difference field
Pascal Quantin
2013-11-24
2
-0
/
+17
*
Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...
Michael Mann
2013-11-23
1
-5
/
+5
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
1
-0
/
+3
*
Include <epan/to_str.h> only when needed.
Jakub Zawadzki
2013-11-09
1
-0
/
+1
*
Pass security command details (integrity and ciphering algorithms) to PDCP (w...
Martin Mathieson
2013-10-29
2
-0
/
+41
*
Ensure to release an existing DRX configuration when receiving a RRC Connecti...
Pascal Quantin
2013-09-23
1
-0
/
+11
*
More emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
2
-2
/
+2
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-4
/
+4
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-5
/
+5
*
The first step towards tracking and showing DRX info in MAC:
Martin Mathieson
2013-08-30
2
-17
/
+22
*
Clang, clang, clang went the warning....
Guy Harris
2013-08-23
1
-1
/
+1
*
Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macro
Pascal Quantin
2013-08-23
2
-115
/
+106
*
From Martin Mathieson:
Pascal Quantin
2013-08-23
2
-113
/
+298
*
Remove tree check when dissecting PCCH message so as to avoid filtering exper...
Pascal Quantin
2013-08-22
1
-5
/
+3
*
Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)
Chris Maynard
2013-08-21
1
-26
/
+24
*
Gather together dedicated DRX configuration, and make sure that it
Martin Mathieson
2013-08-19
2
-7
/
+263
*
Fix copy paste error and reinitialize actx->private_data to NULL once used
Pascal Quantin
2013-08-12
2
-1
/
+2
*
Use proper macros to cast between uint and pointer
Martin Mathieson
2013-08-10
1
-2
/
+2
*
Try again...
Martin Mathieson
2013-08-10
1
-2
/
+2
*
Try using guint.
Martin Mathieson
2013-08-10
1
-4
/
+4
*
Add a malformed check to show if GroupA has more RAPIDs than A & B
Martin Mathieson
2013-08-10
2
-0
/
+27
*
Try to differentiate a non filled private_data (pointer set to NULL) from an ...
Pascal Quantin
2013-07-23
1
-31
/
+23
*
Upgrade LTE RRC dissector to v11.4.0
Pascal Quantin
2013-07-09
4
-6
/
+19
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 :
Pascal Quantin
2013-07-03
1
-101
/
+118
[next]