aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Corrected switch-case flow.stig1-1/+1
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity cangerald6-162/+162
2011-04-11Don't assign to a proto_item* that is not used before being overwritten.martinm1-1/+1
2011-04-11Show Segment offset number in AM header root item.martinm1-1/+1
2011-04-11- for UL/DL HARQ, show number of ms since previous txmartinm1-4/+66
2011-04-11Neither checksum_item nor length are used uninitialized, but for some reason,cmaynard1-2/+2
2011-04-11Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810.cmaynard1-45/+233
2011-04-11CID 898: Remove a not really used variablejmayer1-3/+2
2011-04-11Fix coverity CID 855: remove an unused variablejmayer1-2/+2
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 1036;wmeier1-377/+369
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 912 & 913.wmeier1-4/+4
2011-04-11Don't assign to a variable if the value won't be used: Coverity 964 & 965;wmeier1-2953/+2952
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 928-932;wmeier1-8/+5
2011-04-11Add proto_field_is_referenced. Fixes bug 5816.cmaynard1-0/+1
2011-04-11Use g_strlcpy() instead of prohibited strncpy() to guarantee NULL-termination.cmaynard1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy2-19/+19
2011-04-10strcpy -> strncpy.stig1-1/+1
2011-04-101.5.1 → 1.5.2. Reenable Babel.gerald1-0/+1
2011-04-10Build 1.5.1. Temporarily disable the Babel dissector.gerald1-1/+0
2011-04-10Minor whitespace fix.gerald1-1/+1
2011-04-10[Automatic manuf, services and enterprise-numbers update for 2011-04-10]gerald1-5/+129
2011-04-10prefs_register_protocol() not needed since no prefs; Coverity #1185 (UNUSED_V...wmeier1-11/+2
2011-04-09Do some whitespace cleanup.wmeier1-763/+763
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 911;wmeier1-2290/+2292
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 923-927;wmeier1-515/+533
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 891 & 892;wmeier1-25/+22
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toguy3-0/+60
2011-04-08Fix Coverity CID 557.gerald1-2/+5
2011-04-08Don't assign to a proto_item * if the value won't be used: Coverity 990;wmeier1-39/+39
2011-04-08Enhance Vendor Specific Atheros IE alagoutte1-67/+100
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate thegerald4-43/+43
2011-04-08From Pascal Quantin:etxrab1-409/+1335
2011-04-08From Juliusz Chroboczek via bug #5812: Dissector for the Babel Routingsfisher3-0/+525
2011-04-08Use tvb_get_ephemeral_string()etxrab1-16/+13
2011-04-07Use a unique variable name. Fixes Coverity CID 593.gerald1-5/+5
2011-04-07Make it possible to have a sub dissector dissect the status line diagnostic s...etxrab1-3/+21
2011-04-07Enhance Tag Measurement Request & Reportalagoutte1-512/+689
2011-04-07(Trivial) Fix a typo & some indentation.wmeier1-6/+6
2011-04-06Enhancement bug #5796: Add Atheros vendor specific 802.11 IE parsingsfisher2-0/+218
2011-04-06Add RoHC to the ethertypes.etxrab2-9/+16
2011-04-06From Johan Wåhl:etxrab1-0/+61
2011-04-06Use the correct handle when registering "media_type" "application/vnd.3gpp2.s...wmeier1-1/+1
2011-04-06Fixed blurb for BER Error.stig1-1/+1
2011-04-06Made "BER Error" filterable.stig1-51/+55
2011-04-06Add a commentetxrab1-0/+15
2011-04-06RFC5806 Diversion headerkukosa1-0/+8
2011-04-06Missing decoding for CalledPartyBCD number in CAMELetxrab1-10/+23
2011-04-06Fix Coverity 1062: UNUSED_VALUEsfisher1-1/+1
2011-04-05Set the correct properties ....wmeier1-0/+0
2011-04-05Add ICMP tap support, and add a tshark tap to measure such things as:cmaynard4-23/+65