aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupwmeier1-3/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.stig1-4/+4
2008-06-12Dissect BCH channels (expect control messages only).martinm1-1/+1
2008-06-06Set release year and month for F7 FP (needed for correct EDCH no-of-subframes...martinm1-0/+4
2008-06-04- Make FP radio division mode/speed explicit in struct for R7martinm1-2/+7
2008-05-27Enable R7 FP for UDP-based variants.martinm1-3/+7
2008-05-20Enable FP R7 support.martinm1-2/+22
2008-02-03Add mapping for s1ap_r8.martinm1-29/+50
2008-01-16Changed some variable types to make it compile.stig1-3/+3
2008-01-16- Display some sctpprim parametersmartinm1-45/+295
2007-12-03Add "soap" -> "http" mapping.martinm1-2/+3
2007-11-02Improve some comments (and test committing from Windowsmartinm1-24/+38
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-09-28Handle IPv6 addresses in ipprim headers.martinm1-39/+107
2007-09-17Handle tty messages, diameter_r7, sabpmartinm1-3/+75
2007-09-06Map "wimax" -> "wimaxasncp"martinm1-0/+5
2007-08-08Send free-standing generic XML messages -> xml dissectormartinm1-0/+8
2007-07-12Fix parsing of sctpprim header (v1)martinm1-39/+36
2007-07-05Make timestamp a double to make filtering more useful.martinm1-3/+5
2007-06-29- Map gre -> IPmartinm1-2/+1
2007-06-15For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.martinm1-14/+48
2007-06-14Try to fix warning/error.martinm1-1/+1
2007-06-14Try again!martinm1-30/+34
2007-06-14Improve parsing of sctpprim header (variant 1)martinm1-29/+24
2007-05-08Use new 'unknown' value for dch_crc_present for EDCH channels.martinm1-1/+6
2007-04-11Dissect IPPRIM conn_id field.martinm1-9/+46
2007-02-14Try to fix a naming conflict on Windows.gerald1-2/+2
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.martinm1-20/+82
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-4/+19
2007-01-02"an wireshark" -> "a wireshark".martinm1-4/+4
2006-12-26From Sebastien Tandel: fix places where a signed character was beingguy1-4/+6
2006-12-21Add a generated field for how many data bytes are accepted by subdissectormartinm1-1/+16
2006-11-30Make prettier the parsing of IPPrim header fields.martinm1-36/+58
2006-11-09Make it easier to track user-buffer-space vs capacity requests for HSDPA callsmartinm1-2/+4
2006-10-26Hopefully zap some warningsmartinm1-2/+2
2006-10-25Allow DCT2000 support to find a couple of more protocols.martinm1-3/+12
2006-10-23- Fix problems with parsing sctpprim headersmartinm1-11/+54
2006-10-05Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).martinm1-33/+179
2006-09-22Add missing updates to unbreak build...martinm1-2/+5
2006-09-11Added E-DCH (HSUPA) channels to FP.martinm1-15/+58
2006-09-05For DCT2000, show better transport info:martinm1-3/+45
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...martinm1-11/+159
2006-08-02- Removes last traces of 'board ports only' preference (other than marking it...martinm1-17/+252
2006-06-21comment out the "catapult_dct2000_board_ports_only" part, so the Win32 buildb...ulfl1-2/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-2/+1
2006-06-11From Martin Mathieson:etxrab1-9/+11
2006-06-08warning fix: make function staticjmayer1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-23From Martin Mathieson:etxrab1-5/+102