aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+3
NBAP: fixed segfault, FP: aesthetic fix, RLC: added channel info to GUI, MAC-is: fixed case with reassembly when a middle segment arrives MAC, RLC, added preferences for LI-size and TSN-size svn path=/trunk/; revision=44205
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility ↵Pascal Quantin1-6/+6
Management and Session Management protocols. Update filter names accordingly. svn path=/trunk/; revision=44183
2012-08-01Fix Coverity CID 280019 (formerly 19): "Logically dead code" that abroman ↵Chris Maynard1-1/+1
previously commited a fix for in r17532, but forgot to also commit a change to asn1/snmp/packet-snmp-template.c as well, so the change was apparently inadvertently reverted the next time that packet-snmp.c was regenerated. svn path=/trunk/; revision=44179
2012-07-31- Put back not used constants to fill value_strings_ext.Anders Broman3-2/+11
- Don't dissect RRC container, it seems to only cause grief. svn path=/trunk/; revision=44156
2012-07-31Restore includes from r44107 to fix abi check.Jakub Zawadzki1-0/+3
Reverted (by mistake?) in r44129 svn path=/trunk/; revision=44154
2012-07-31From Jacob Nordgren and Rishie Sharma:Anders Broman2-139/+144
NBAP: added preferences to change logical channel id to mac content type mapping. svn path=/trunk/; revision=44151
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard1-1/+1
svn path=/trunk/; revision=44136
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+0
-MAC-is update svn path=/trunk/; revision=44129
2012-07-29Try to fix ABI check.Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=44107
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman4-20/+89
- Added basic support for tracking flows over reconfigured transport channels + mindor bugfixes - small fix in rrc, and some small cleanups svn path=/trunk/; revision=44062
2012-07-26Changes corresping toMichael Tüxen2-1/+2
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44040 svn path=/trunk/; revision=44041
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman2-3/+4
- FP and RLC fixed spelling - Fixed variable declaration in RRC - removed extra ppi in nbap svn path=/trunk/; revision=44035
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman6-3/+191
- RRC now configures logical channels in HS-DSCH hs, and some HSDSCH common support added - RLC: modifed memory management, MAC: dch would set the incorrect logical channel for RLC svn path=/trunk/; revision=44027
2012-07-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7508 :Pascal Quantin1-0/+1
Display snmp.contextName as FT_STRING svn path=/trunk/; revision=43883
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin2-2/+2
svn path=/trunk/; revision=43783
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman4-19/+149
Updateing conversation handling to dissect FP/MAC/RLC (Work in progress). svn path=/trunk/; revision=43781
2012-07-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7470 :Pascal Quantin3-9/+22
Add support for OID 1.3.6.1.5.2.2 svn path=/trunk/; revision=43771
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' ↵Pascal Quantin2-2/+2
warning when compiling with gcc 4.1.3 svn path=/trunk/; revision=43768
2012-07-17Remove extra space after message namePascal Quantin1-40/+40
svn path=/trunk/; revision=43760
2012-07-16Comment a few unused variables / functionsPascal Quantin1-7/+7
svn path=/trunk/; revision=43754
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman4-11/+356
Updated conversation handling to dissect FP/MAC/RLC svn path=/trunk/; revision=43749
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman2-1/+8
Handle RRC_MESSAGE_TYPE_BCCH_FACH. svn path=/trunk/; revision=43741
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ↵Chris Maynard1-52/+52
unsigned integer. Fixes Coverity CID 281367: Improper use of negative value. svn path=/trunk/; revision=43698
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ↵Chris Maynard1-2/+2
unsigned integer. Fixes Coverity CID's 280233 and 280234. svn path=/trunk/; revision=43697
2012-07-11Revert part of revision 43107 which broke sub dissection ofAnders Broman1-32/+38
Signal and events as a new tvb wasn't created. |BASE_EXT_STRING also removed. svn path=/trunk/; revision=43661
2012-07-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7438 :Pascal Quantin1-2/+3
Do not call tvb_ensure_length_remaining on an empty tvb svn path=/trunk/; revision=43648
2012-07-10Introduce a preference setting for application context version.Anders Broman1-8/+29
svn path=/trunk/; revision=43641
2012-07-09Update commentsPascal Quantin1-3/+3
svn path=/trunk/; revision=43629
2012-07-09Add LTE Positioning Protocol Extensions dissectorPascal Quantin13-14/+4186
Upgrade LTE Positioning Protocol to V10.5.0 svn path=/trunk/; revision=43628
2012-07-09Dissect Release 8 CDR:sAnders Broman5-157/+1591
svn path=/trunk/; revision=43624
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris5-6/+8
implicitly by the #define name and string they were defined to; not all UATs neatly fit into any of the categories, so some of them were put into categories that weren't obviously correct for them, and one - the display filter macro UAT - wasn't put into any category at all (which caused crashes when editing them, as the GUI code that handled UAT changes from a dialog assumed the category field was non-null). The category was, in practice, used only to decide, in the aforementioned GUI code, whether the packet summary pane needed to be updated or not. It also offered no option of "don't update the packet summary pane *and* don't redissect anything", which is what would be appropriate for the display filter macro UAT. Replace the category with a set of fields indicating what the UAT affects; we currently offer "dissection", which applies to most UATs (any UAT in libwireshark presumably affects dissection at a minimum) and "the set of named fields that exist". Changing any UAT that affects dissection requires a redissection; changing any UAT that affects the set of named fields that exist requires a redissection *and* rebuilding the packet summary pane. Perhaps we also need "filtering", so that if you change a display filter macro, we re-filter, in case the display is currently filtered with a display filter that uses a macro that changed. svn path=/trunk/; revision=43603
2012-07-05Upgrade LTE RRC dissector to v10.6.0Pascal Quantin5-15/+162
svn path=/trunk/; revision=43571
2012-06-28Update FSF address - part II.Jakub Zawadzki3-3/+3
svn path=/trunk/; revision=43538
2012-06-28Update Free Software Foundation address.Jakub Zawadzki463-463/+463
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-25From Martin Kaiser:Anders Broman5-1/+86
add X.509 certificate extensions for DVB-CI/CI+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7397 svn path=/trunk/; revision=43485
2012-06-24From Martin Kaiser:Anders Broman2-0/+9
add oid for sha256. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7395 svn path=/trunk/; revision=43469
2012-06-24Remove useless packet-spnego.h filePascal Quantin2-31/+0
svn path=/trunk/; revision=43461
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with ↵Pascal Quantin2-2/+2
proto_tree_add_unicode_string() (as recommended by Jakub on the mailing list) svn path=/trunk/; revision=43385
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin2-0/+14
svn path=/trunk/; revision=43379
2012-06-18Use enums instead of hand written valuesPascal Quantin1-12/+17
svn path=/trunk/; revision=43333
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7372 :Pascal Quantin1-3/+7
tcap.otid and tcap.dtid can be used as display filters svn path=/trunk/; revision=43288
2012-06-15Correct a discrepancy in the specification.Anders Broman1-1/+2
svn path=/trunk/; revision=43270
2012-06-14Add dissection of utra-BCCH-Container-r10Pascal Quantin1-0/+6
svn path=/trunk/; revision=43257
2012-06-14Pretify columns.Anders Broman1-0/+39
svn path=/trunk/; revision=43256
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+31
svn path=/trunk/; revision=43243
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+10
svn path=/trunk/; revision=43241
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-0/+1
svn path=/trunk/; revision=43227
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
svn path=/trunk/; revision=43179
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
svn path=/trunk/; revision=43177
2012-06-05from Alex Lindberg:Anders Broman4-219/+272
Update to packet-h248.c and associated h248 dissecorts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7332 svn path=/trunk/; revision=43107