summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dvbci.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25remove some more unnecessary initial valuesMartin Kaiser1-5/+5
Change-Id: If2abfee444c7a4a163fef031d92b7757b5d23855 Reviewed-on: https://code.wireshark.org/review/1355 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-04-25remove unnecessary initial valuesMartin Kaiser1-3/+3
Change-Id: I0950daa18c4234677d29101fac74f6f6bd977ef3 Reviewed-on: https://code.wireshark.org/review/1354 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-04-19More name changes.Guy Harris1-8/+8
Add ep_ to routines that may return ephemeral strings. Change "get_XXX" to "XXX_to_display" if the routine returns a formatted string if it can't get a name. Change-Id: Ia0e82784349752cf4285bf82788316c9588fdd88 Reviewed-on: https://code.wireshark.org/review/1217 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-1/+4
Change-Id: Idc9f105164919827a8a81c88b5a56de4fa25df0b Reviewed-on: https://code.wireshark.org/review/1197 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-25if a .png file is sent on the application mmi resource, pass the fileMartin Kaiser1-2/+22
data to the png dissector Change-Id: I112733f97ba35d9ec497b427c64b2f5ea99fd963 Reviewed-on: https://code.wireshark.org/review/818 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-24separate function to dissect File Acknowledge APDUMartin Kaiser1-67/+77
Change-Id: I1824407cae4cded0680b01e9dea1de6f0408c607 Reviewed-on: https://code.wireshark.org/review/817 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-24no need for if(tree)Martin Kaiser1-9/+7
Change-Id: Ia6db5839a8bbbc79a5196406e3f8d59f7ce7498a Reviewed-on: https://code.wireshark.org/review/814 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-21test for >0Martin Kaiser1-1/+1
Change-Id: I7114028ce296ffa875ddfbb24b935dc2573f964c Reviewed-on: https://code.wireshark.org/review/770 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-21fix clear/scrambled detectionMartin Kaiser1-4/+11
Change-Id: Id82763dd17e8c4e0902ae8e31ec6554e8f174b59 Reviewed-on: https://code.wireshark.org/review/769 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
Change-Id: Iff14ec4d0297ec85f3597b33871fb0ab5256a597 Reviewed-on: https://code.wireshark.org/review/728 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-09add the CC protocol name to the info columnMartin Kaiser1-4/+149
Change-Id: Ic57c2a36c88a7528c4e37681bc5db4309174019d Reviewed-on: https://code.wireshark.org/review/463 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-08Ensure that the input to strtoul ends with a null.Evan Huus1-1/+2
Otherwise it runs past the end of the array into stack memory. Should fix the intermittent DVB-CI decryption test suite failures. Change-Id: Ice17497e661c8579baf3a546efcb5529beda6b49 Reviewed-on: https://code.wireshark.org/review/559 Tested-by: Martin Kaiser <wireshark@kaiser.cx> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-06fix invalid offset for URI's EMIMartin Kaiser1-1/+1
Change-Id: I397eeed3008d91aeb6c025c9146b9ed6d98881a6 Reviewed-on: https://code.wireshark.org/review/535 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-03show if the current service is scrambled or freeMartin Kaiser1-2/+13
Change-Id: I9e50920fbc09fdf0650be3a63fee8153ce0fd3df Reviewed-on: https://code.wireshark.org/review/462 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-03add cleartext values for retention limitMartin Kaiser1-4/+19
Change-Id: I8ecfdb1c366310d224660e89c99136a0a9f4a067 Reviewed-on: https://code.wireshark.org/review/461 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-03move URI dissection to a separate functionMartin Kaiser1-29/+49
Change-Id: Ia1db91ef9344e46a3f32204bbf9cdbcc514980ce Reviewed-on: https://code.wireshark.org/review/460 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-03use tvb_memdup() instead of tvb_get_ptr()Martin Kaiser1-1/+1
Change-Id: I1e9ff715c3e315c9e36abb69fb5f441b71477501 Reviewed-on: https://code.wireshark.org/review/459 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-03-03remove unnecessary if (tree) checkMartin Kaiser1-12/+10
Change-Id: I1542d715594b1b90e2442edb6f220ddc4dd99675 Reviewed-on: https://code.wireshark.org/review/458 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2014-01-23country and language are ISO-8859-1Martin Kaiser1-6/+9
svn path=/trunk/; revision=54935
2014-01-23make the menu string filterableMartin Kaiser1-1/+7
svn path=/trunk/; revision=54934
2014-01-23the menu string is a DVB stringMartin Kaiser1-8/+19
svn path=/trunk/; revision=54933
2014-01-20don't use tvb_get_string(..., len) to get exactly len raw bytesMartin Kaiser1-1/+1
from a tvbuff svn path=/trunk/; revision=54867
2014-01-20make MMI strings filterableMartin Kaiser1-11/+47
svn path=/trunk/; revision=54866
2014-01-10use a value string for the emiMartin Kaiser1-7/+20
correct the dot offset other minor cleanup svn path=/trunk/; revision=54689
2014-01-10dissect Digital Only Token and retention limitMartin Kaiser1-2/+25
svn path=/trunk/; revision=54688
2014-01-10correct a typo in a filter stringMartin Kaiser1-1/+1
svn path=/trunk/; revision=54687
2013-12-20use STR_ASCII instead of BASE_NONE for stringsMartin Kaiser1-13/+13
svn path=/trunk/; revision=54291
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-3/+3
buffers. Remove two unused functions. svn path=/trunk/; revision=54250
2013-12-15improve DVB-SI string handlingMartin Kaiser1-6/+5
new function dvb_add_chartbl() adds a tree entry for an encoding use FT_BTYES as type for encoding hfs string hfs for DVB-SI strings must have STR_UNICODE, not BASE_NONE make dvb_string_encoding_vals[] internal to dvb_chartbl.c svn path=/trunk/; revision=54128
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser1-1/+1
to separate files svn path=/trunk/; revision=54113
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-2/+2
svn path=/trunk/; revision=54085
2013-12-10use large positve values for illegal DVB-SI string encodingsMartin Kaiser1-5/+6
interpret encoding fields as UINT32 so that the displayed value matches the actual bytes in the packet svn path=/trunk/; revision=53927
2013-12-10use the new SI string routines in DVB-CIMartin Kaiser1-126/+66
svn path=/trunk/; revision=53925
2013-12-07make SAC message padding filterableMartin Kaiser1-4/+8
svn path=/trunk/; revision=53828
2013-12-05dissect Operator Profile's error flagMartin Kaiser1-1/+13
svn path=/trunk/; revision=53799
2013-11-25there were two identical copies of the function to process a DVB-SI timeMartin Kaiser1-33/+6
remove the one in DVB-CI, use the version in mpeg-sect instead svn path=/trunk/; revision=53580
2013-11-21next unprocessed descriptor 0xFF means thatMartin Kaiser1-1/+7
all descriptors were processed svn path=/trunk/; revision=53494
2013-11-16dissect operator tune status, reorder some definesMartin Kaiser1-7/+19
svn path=/trunk/; revision=53371
2013-11-16dissect extended event usageMartin Kaiser1-1/+9
svn path=/trunk/; revision=53370
2013-11-16interpret the flags for EIT p/f, EIT sch usageMartin Kaiser1-2/+23
svn path=/trunk/; revision=53369
2013-11-14share Data Broadcast IDs between MPEG descriptor and DVB-CIMartin Kaiser1-1/+2
svn path=/trunk/; revision=53323
2013-11-14fix application capability handlingMartin Kaiser1-1/+2
svn path=/trunk/; revision=53322
2013-11-14dissect Operator Profile's delivery capability bytesMartin Kaiser1-1/+15
svn path=/trunk/; revision=53320
2013-11-13share service type descriptions between MPEG descriptor and DVB-CIMartin Kaiser1-2/+3
svn path=/trunk/; revision=53307
2013-11-13dissect Refresh Request FlagMartin Kaiser1-1/+13
svn path=/trunk/; revision=53305
2013-11-13dissect Operator Profile's delivery system hintMartin Kaiser1-3/+29
svn path=/trunk/; revision=53304
2013-11-12share the text description of service types between MPEG PMT and DVB-CIMartin Kaiser1-2/+4
svn path=/trunk/; revision=53289
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-8/+8
- when the text parameter is constant col_add_str() and col_set_str() are equivalent but col_set_str() is faster. - same for replace col_append_fstr and col_append_str - remove col_clear() when it's redundant: + before a col_set/col_add if the dissector can't throw an exception. - replace col_append() after a col_clear() with faster col_add... or col_set https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9344 svn path=/trunk/; revision=52948
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-7/+7
svn path=/trunk/; revision=52591