aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity canGerald Combs6-162/+162
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris8-21/+8
2011-04-11Remove a no-longer-valid comment (we're not using zlib's I/O routines,Guy Harris1-3/+0
2011-04-11Don't assign to a proto_item* that is not used before being overwritten.Martin Mathieson1-1/+1
2011-04-11Show Segment offset number in AM header root item.Martin Mathieson1-1/+1
2011-04-11- for UL/DL HARQ, show number of ms since previous txMartin Mathieson1-4/+66
2011-04-11Don't use the zlib I/O routines for writing compressed files, either;Guy Harris3-21/+282
2011-04-11Neither checksum_item nor length are used uninitialized, but for some reason,Chris Maynard1-2/+2
2011-04-11Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810.Chris Maynard5-45/+566
2011-04-11CID 898: Remove a not really used variableJörg Mayer1-3/+2
2011-04-11Fix coverity CID 855: remove an unused variableJörg Mayer1-2/+2
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 1036;Bill Meier1-377/+369
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 912 & 913.Bill Meier1-4/+4
2011-04-11Don't assign to a variable if the value won't be used: Coverity 964 & 965;Bill Meier1-2953/+2952
2011-04-11Don't assign to a proto_item * if the value won't be used: Coverity 928-932;Bill Meier1-8/+5
2011-04-11Add proto_field_is_referenced. Fixes bug 5816.Chris Maynard1-0/+1
2011-04-11Use g_strlcpy() instead of prohibited strncpy() to guarantee NULL-termination.Chris Maynard1-1/+1
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris5-56/+7
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris5-7/+56
2011-04-10We have to define ws_statb64 before declaring routines that use it.Guy Harris1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.Guy Harris2-2/+2
2011-04-10ws_stdio_stat got renamed to ws_stdio_stat64.Guy Harris1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris11-44/+46
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris3-2/+12
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris3-3/+5
2011-04-10strcpy -> strncpy.Stig Bjørlykke1-1/+1
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris4-27/+20
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs6-8/+9
2011-04-10Point to RFC 1952 as a description of the gzip file format.Guy Harris1-0/+10
2011-04-10Move the definition of the structure pointed to by a FILE_T intoGuy Harris2-32/+32
2011-04-10Build 1.5.1. Temporarily disable the Babel dissector.Gerald Combs2-5/+4
2011-04-10Minor whitespace fix.Gerald Combs1-1/+1
2011-04-10[Automatic manuf, services and enterprise-numbers update for 2011-04-10]Gerald Combs3-13/+165
2011-04-10prefs_register_protocol() not needed since no prefs; Coverity #1185 (UNUSED_V...Bill Meier1-11/+2
2011-04-09From Jakub Zawadzki via bug 5809:Stig Bjørlykke1-4/+16
2011-04-09Do some whitespace cleanup.Bill Meier1-763/+763
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 911;Bill Meier1-2290/+2292
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 923-927;Bill Meier1-515/+533
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 891 & 892;Bill Meier1-25/+22
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris4-2/+87
2011-04-08Fix Coverity CID 557.Gerald Combs1-2/+5
2011-04-08Don't assign to a proto_item * if the value won't be used: Coverity 990;Bill Meier1-39/+39
2011-04-08From Pascal Quantin:Anders Broman3-4/+51
2011-04-08Enhance Vendor Specific Atheros IE Alexis La Goutte1-67/+100
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs5-47/+57
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris2-12/+14
2011-04-08From Pascal Quantin:Anders Broman5-563/+1653
2011-04-08Add Babel.Gerald Combs1-0/+1
2011-04-08From Juliusz Chroboczek via bug #5812: Dissector for the Babel RoutingStephen Fisher4-0/+526