aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-31From Jacob Nordgren and Rishie Sharma:Anders Broman1-118/+141
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-105/+172
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-47/+125
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-42/+174
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+1
2012-07-16Comment a few unused variables / functionsPascal Quantin1-7/+7
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-115/+347
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Put more mesage names in info colAnders Broman1-46/+126
2012-05-30Prefix TransportFormatSet_type_enum values with NBAP_ to avoid a clash with '...Pascal Quantin1-20/+20
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-48/+111
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin1-110/+109
2012-05-28Extend the switch statement.Anders Broman1-1/+1
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman1-5/+4
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman1-83/+178
2012-05-22Fix PCH dissectionAnders Broman1-29/+36
2012-05-22Set paging indication and start fixing TFI list.Anders Broman1-54/+90
2012-05-22Collect and use E-DCH data.Anders Broman1-11/+132
2012-05-20Set up conversations for more channel typesAnders Broman1-22/+231
2012-05-19Fix the DCH data collection for conversation setupAnders Broman1-38/+109
2012-05-16Handle DCH information in RadioLinkReconfigurationPrepareFDDAnders Broman1-47/+109
2012-05-16Only do HS-DSCH Control frames for now as something is broken.Anders Broman1-0/+6
2012-05-16Bug fixes and add HSDSCHAnders Broman1-30/+52
2012-05-15Remove a bonus semicolon (CID 702424).Gerald Combs1-4/+4
2012-05-15Remove more unfinished code.Anders Broman1-50/+13
2012-05-15Use converstaion info to dissect FP DCH flows. Revert unfinished code.Anders Broman1-113/+263
2012-05-09Setup more flows, flow info is incomplete.Anders Broman1-6/+119
2012-05-09Setup CPCH flows.Anders Broman1-5/+70
2012-05-09Collect and use more information in converstion data to be able to dissect FP...Anders Broman1-42/+115
2012-05-08Pretify info_col for mor MSG:sAnders Broman1-24/+161
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-05-07Use converstaion info in umts_fp.Anders Broman1-30/+38
2012-05-06Move converation setup code, pretify som messages info col. entries.Anders Broman1-19/+111
2012-05-04Set up conversations for the FP data flow.Anders Broman1-8/+63
2012-05-04Dissect transport layer address NSAPAnders Broman1-9/+22
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-20/+20
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-969/+969
2010-11-16value_string_ext fixes.Anders Broman1-28/+470
2010-11-15Regenerate packet-nbap.c now that asn2wrs sorts value_string arrays used with...Bill Meier1-87/+87
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa1-7/+9
2010-05-15Update to V9.2.0 (2010-03)Anders Broman1-800/+1756
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-87/+87
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-3210/+3210
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2009-12-21Update to V9.1.0 (2009-12)Anders Broman1-1232/+6260
2009-10-28- Remove check_col.Anders Broman1-7/+6
2009-10-28Missed an #include...Anders Broman1-2/+2