aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-07add IDs for host license, play countMartin Kaiser1-0/+5
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-26add program number to the cc item treeMartin Kaiser1-0/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-16/+10
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-02-05remove some unnecessary if(tree) checksMartin Kaiser1-52/+36
2013-02-05a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser1-5/+8
2013-01-27the fragment id must depend on the transport connectionMartin Kaiser1-7/+13
2013-01-082012->2013Martin Kaiser1-1/+1
2013-01-08bring up a warning if an APDU's length field does not match the numberMartin Kaiser1-4/+7
2012-11-21display the content of cc status fields in the info columMartin Kaiser1-0/+4
2012-11-21all CI+ SAC messages are encryptedMartin Kaiser1-2/+0
2012-11-21dissect config and cftable tuples in the Card Information StructureMartin Kaiser1-3/+239
2012-11-21fix copy&paste errorMartin Kaiser1-1/+1
2012-11-21cc status 0x03 means either "authentication failed" or "no srm required"Martin Kaiser1-12/+12
2012-11-17dissect ask_release_reply apduMartin Kaiser1-0/+17
2012-10-31make cor address and cor value filterableMartin Kaiser1-10/+17
2012-10-30Card Information Structure (CIS) dissectionMartin Kaiser1-38/+165
2012-10-18add CC datatype IDs for the SRM protocolMartin Kaiser1-0/+4
2012-09-30dvb-ci: display cc item's name in the subtree titleMartin Kaiser1-2/+3
2012-09-27replaced decode_numeric_bitfield calls with filterable item or removed it if ...Michael Mann1-19/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-1/+5
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-12/+12
2012-08-09call mpeg_pmt dissector directly for CI+ tune_broadcast_req apduMartin Kaiser1-18/+15
2012-08-04dissect multiple nit sections in the CI+ operator_nit apduMartin Kaiser1-26/+43
2012-07-11From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=74...Pascal Quantin1-0/+1
2012-07-09From Martin Kaiser:Anders Broman1-20/+67
2012-06-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=74...Pascal Quantin1-16/+30
2012-06-25From Martin Kaiser:Anders Broman1-0/+6
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7303Pascal Quantin1-13/+6
2012-05-09From Martin Kaiser:Bill Meier1-1/+2
2012-05-05Fix some more hf encodings.Jeff Morriss1-4/+4
2012-04-30From Martin Kaiser:pascal1-6/+6
2012-04-30From Martin Kaiser:pascal1-6/+7
2012-04-10From Martin Kaiser: DVB-CI host control: dissect pmt section by calling mpeg_...Anders Broman1-15/+23
2012-04-09From Martin Kaiser: DVB-CI: register an application for the SAS resource, new...Anders Broman1-64/+84
2012-04-04From Martin Kaiser:Anders Broman1-102/+128
2012-04-03From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=70...Jeff Morriss1-2/+3
2012-03-19From Martin Kaiser:Anders Broman1-22/+19
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-605/+805
2012-03-04From Martin Kaiser: DVB-CI authentication resource https://bugs.wireshark.org...Anders Broman1-0/+51
2012-03-01From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=68...Jeff Morriss1-72/+140
2012-01-11From Martin Kaiser:Anders Broman1-71/+235
2012-01-08From Martin Kaiser:Anders Broman1-8/+151
2011-11-14From Martin Kaiser:Anders Broman1-0/+24
2011-11-06From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6545Alexis La Goutte1-4/+1
2011-10-30From Martin Kaiser:Anders Broman1-31/+475