| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
don't pick up the in-tree copy.
Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71
Reviewed-on: https://code.wireshark.org/review/3798
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
|
|
|
|
|
|
| |
Change-Id: I3445ae22f10584582d465bf632942e016f5f70ca
Reviewed-on: https://code.wireshark.org/review/3452
Reviewed-by: Bill Meier <wmeier@newsguy.com>
|
|
|
|
|
|
|
|
|
|
| |
(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>
|
|
|
|
| |
svn path=/trunk/; revision=54314
|
|
|
|
|
|
|
| |
provided: Don't write the end od options parameter
twice.
svn path=/trunk/; revision=52682
|
|
|
|
|
|
|
|
|
|
| |
other options.
Eliminate duplicate comment.
Fix indentation.
svn path=/trunk/; revision=52280
|
|
|
|
|
|
|
| |
0 means "this option won't be written", and use it when writing pcap-ng
blocks.
svn path=/trunk/; revision=52277
|
|
|
|
|
|
|
|
|
| |
"libpcap_xxx".
Rename the low-level write routine in pcapio.c to write_to_file(), as
it's used for both pcap and pcap-ng files.
svn path=/trunk/; revision=52275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make libpcap_write_to_file() static;
don't pass it as an argument to write routines, just have them
call it directly;
make the handle argument a FILE *.
Make the data length argument to libpcap_write_to_file() a size_t, as
that's what, for example, fwrite() takes as a size argument.
svn path=/trunk/; revision=52274
|
|
|
|
|
|
|
| |
This fixes a problem noted in bug 9202, where the calculation of the
padding for the SHB_HARDWARE option was wrong.
svn path=/trunk/; revision=52273
|
|
|
|
| |
svn path=/trunk/; revision=46898
|
|
|
|
|
|
| |
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46592
svn path=/trunk/; revision=46897
|
|
|
|
|
|
| |
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46891
svn path=/trunk/; revision=46896
|
|
|
|
| |
svn path=/trunk/; revision=46894
|
|
|
|
| |
svn path=/trunk/; revision=46893
|
|
|
|
|
|
|
|
| |
Gives more flexibility if needed.
WRITE_DATA macro replaced and applied consistently throughout pcapio.c
svn path=/trunk/; revision=46891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
sizeof.
Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
strtol() and strtoul().
Change some data types to avoid those implicit conversion warnings.
When assigning a constant to a float, make sure the constant isn't a
double, by appending "f" to the constant.
Constify a bunch of variables, parameters, and return values to
eliminate warnings due to strings being given const qualifiers. Cast
away those warnings in some cases where an API we don't control forces
us to do so.
Enable a bunch of additional warnings by default. Note why at least
some of the other warnings aren't enabled.
randpkt.c and text2pcap.c are used to build programs, so they don't need
to be in EXTRA_DIST.
If the user specifies --enable-warnings-as-errors, add -Werror *even if
the user specified --enable-extra-gcc-flags; assume they know what
they're doing and are willing to have the compile fail due to the extra
GCC warnings being treated as errors.
svn path=/trunk/; revision=46748
|
|
|
|
| |
svn path=/trunk/; revision=46742
|
|
|
|
|
|
|
|
| |
Not actually used with this commit, which just brings in the
infrastructure.
svn path=/trunk/; revision=46715
|
|
|
|
| |
svn path=/trunk/; revision=46638
|
|
|
|
|
|
|
|
|
| |
Currently, pcapio is only used by dumpcap, which is only compiled
if there is pcap support. However, making pcapio independent from
libpcap allows it also to be used from text2pcap, which does not
rely on libpcap.
svn path=/trunk/; revision=46637
|
|
|
|
|
|
| |
Retire libpcap_fdopen(), libpcap_dump_flush(), and libpcap_dump_close().
svn path=/trunk/; revision=46636
|
|
|
|
|
|
| |
packet block (pcapng).
svn path=/trunk/; revision=46619
|
|
|
|
| |
svn path=/trunk/; revision=46594
|
|
|
|
| |
svn path=/trunk/; revision=46593
|
|
|
|
|
|
| |
the nitems the third, not vice versa.
svn path=/trunk/; revision=46592
|
|
|
|
| |
svn path=/trunk/; revision=45015
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
|
|
| |
No functional change by this commit.
svn path=/trunk/; revision=42242
|
|
|
|
|
|
|
|
| |
Write timetamps for the interface statistic blocks the way specified
by http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html
svn path=/trunk/; revision=42080
|
|
|
|
|
|
| |
when we're trying to write out the interface description.
svn path=/trunk/; revision=41779
|
|
|
|
| |
svn path=/trunk/; revision=41682
|
|
|
|
|
|
| |
Enforce the modelines in dumpcap.c and in pcapio.c
svn path=/trunk/; revision=41505
|
|
|
|
| |
svn path=/trunk/; revision=41496
|
|
|
|
|
|
|
|
| |
the default.
Add support for reading nseclibpcap files to dumpcap.
svn path=/trunk/; revision=41455
|
|
|
|
|
|
|
|
| |
pcapio.c: write IDB options in numeric order and corrects the IDB block_total_length.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718
svn path=/trunk/; revision=41447
|
|
|
|
| |
svn path=/trunk/; revision=41382
|
|
|
|
| |
svn path=/trunk/; revision=41351
|
|
|
|
|
|
| |
code of the filter used
svn path=/trunk/; revision=41339
|
|
|
|
|
|
| |
IDB_TSRESOL optiones
svn path=/trunk/; revision=41184
|
|
|
|
| |
svn path=/trunk/; revision=41179
|
|
|
|
|
|
|
| |
- Read all options.
- Prepare to write ISB.
svn path=/trunk/; revision=41137
|
|
|
|
| |
svn path=/trunk/; revision=41136
|
|
|
|
| |
svn path=/trunk/; revision=41125
|
|
|
|
| |
svn path=/trunk/; revision=41117
|
|
|
|
| |
svn path=/trunk/; revision=41113
|
|
|
|
|
|
| |
Only whitespace changes.
svn path=/trunk/; revision=41110
|
|
|
|
| |
svn path=/trunk/; revision=41109
|
|
|
|
|
|
| |
all exept os curently unused.
svn path=/trunk/; revision=41108
|
|
|
|
|
|
| |
From me: Some whitespace changes.
svn path=/trunk/; revision=41026
|