| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
have to", indicating that if it's too much work to explicitly test for a
null protocol tree, you might want to avoid those tests and rely on the
protocol tree routines not to do much work if passed a null protocol
tree pointer.
svn path=/trunk/; revision=11346
|
|
|
|
| |
svn path=/trunk/; revision=11345
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"-T" option.
Talk about packet details rather than the protocol tree, just as we do in
the Ethereal manual page.
Clean up the descriptions of some of the "-z" options.
Fix some typos.
svn path=/trunk/; revision=11344
|
|
|
|
| |
svn path=/trunk/; revision=11304
|
|
|
|
| |
svn path=/trunk/; revision=11250
|
|
|
|
| |
svn path=/trunk/; revision=11247
|
|
|
|
|
|
| |
Replace it where used and update README.developer accordingly.
svn path=/trunk/; revision=11235
|
|
|
|
| |
svn path=/trunk/; revision=11218
|
|
|
|
| |
svn path=/trunk/; revision=11217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use to format 64-bit integers.
Fix the RSVP dissector to use that rather than hardcoding "%ll" in.
Remove the "only if G_HAVE_GINT64 is defined" bit from the discussion of
64-bit integers - we're too dependent on having them to support
compilers that don't have a 64-bit integral data type. Do, however,
note that neither "long" nor "long long" are acceptable, and also note
that you shouldn't assume "%ll" does the trick for printing them.
svn path=/trunk/; revision=11182
|
|
|
|
|
|
|
|
| |
Remove reference to negative slice lengths.
Clean and polish.
svn path=/trunk/; revision=11086
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and not writing to another capture file, for use with "-z" options.
Note that "-z proto" *doesn't* print statistics at the end - it modifies
the packet summary output.
Note that on at least some BSDs the "status" character is set to "off"
by default, so you have to set it explicitly in order to be able to ^T
an application such as Tethereal.
svn path=/trunk/; revision=11038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
convenient to put into a command line (no capital letters, no spaces to
require quotes), and one that's a detailed description for use in the
UI. Allow either of them in the preferences file or "-o" option; use
the detailed description in the UI, and also use it when writing the
preferences out, so that the preference will be readable by older
versions of Ethereal (assuming the preference existed in that version).
Update "README.developer" to give more detail about an enum_val_t (and
to put the _t in), and to give a more detailed description of the
"radio_buttons" argument to "prefs_register_enum_preference()".
svn path=/trunk/; revision=10982
|
|
|
|
| |
svn path=/trunk/; revision=10969
|
|
|
|
|
|
| |
UN*X and, hopefully, not in Cygwin either.
svn path=/trunk/; revision=10968
|
|
|
|
| |
svn path=/trunk/; revision=10967
|
|
|
|
|
|
| |
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use
svn path=/trunk/; revision=10963
|
|
|
|
|
|
| |
bring the links to live, so the html manpage will jump correctly to it's link targets
svn path=/trunk/; revision=10959
|
|
|
|
| |
svn path=/trunk/; revision=10958
|
|
|
|
|
|
|
| |
like some things in the menu and Preferences, and fixed some minor bugs
which caused undesired formatting.
svn path=/trunk/; revision=10957
|
|
|
|
|
|
| |
Get rid of no-longer-used AST_FORMAT_MP3.
svn path=/trunk/; revision=10906
|
|
|
|
| |
svn path=/trunk/; revision=10857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add a config.nmake option to control whether to build
libethereal.dll or not;
remove "./wiretap" from PATH to prevent problems due to
wrongly-loaded files;
build dissector.lib with MSVC;
move "print.c" and "ps.c" to the dissector helpers, as "print.c"
imports variables from packet-frame.c and packet-data.c, which
are in libethereal;
move "g711.c" out of the dissector helpers, as they're used only
by Ethereal in a tap, not in Tethereal or in any dissector;
add a .def file for libethereal;
arrange to declare global variables exported from libethereal
with "__declspec(dllimport)" when building programs that import
those variables;
update the NSIS installer.
Make the "configure" script define ETH_VAR_IMPORT as "extern".
svn path=/trunk/; revision=10834
|
|
|
|
| |
svn path=/trunk/; revision=10818
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- support vendor-specific DHCP option 43 interpretation per CableLabs
standards (for compliant cable devices, identified by option 60)
- support DHCP option 122 with all suboptions (RFC 3495: CableLabs
Client Configuration; RFC 3594: PacketCable Security Ticket Control)
- update DHCP options list: add options 117-122
(see http://www.iana.org/assignments/bootp-dhcp-parameters)
- minor enhancements for DHCP options 2, 82
- minor code cleanup
svn path=/trunk/; revision=10809
|
|
|
|
|
|
| |
SLSK decompression routine.
svn path=/trunk/; revision=10803
|
|
|
|
|
|
| |
not "Status Bar".
svn path=/trunk/; revision=10782
|
|
|
|
|
|
|
|
|
|
|
| |
calls the middle pane the "Packet Details" pane, which is perhaps less
geeky than "Protocol Tree". Update the man page to call it the "packet
details".
Update the description of the menu items to more closely reflect current
reality.
svn path=/trunk/; revision=10781
|
|
|
|
| |
svn path=/trunk/; revision=10762
|
|
|
|
| |
svn path=/trunk/; revision=10741
|
|
|
|
|
|
|
|
|
| |
will not swallow the '\r\n' line end sequence when invoking chomp(), but
instead the '\r' character will remain. For this reason, chomp() cannot
be used and global removal of '\r' and '\n' characters must be used
instead, like in: $_ =~ s/[\r\n]//g;
svn path=/trunk/; revision=10719
|
|
|
|
|
|
|
|
|
| |
Graceful Restart Mechanism for LDP [RFC3478]
Fault Tolerance for LDP [RFC3479]
Update IANA assigned Status codes
Fixed some typos.
svn path=/trunk/; revision=10718
|
|
|
|
|
|
| |
on Windows.
svn path=/trunk/; revision=10717
|
|
|
|
|
|
|
| |
- Dissect chunked transfer-coded body in HTTP
- Update email address
svn path=/trunk/; revision=10710
|
|
|
|
|
|
| |
top-level configure.in when running configure.
svn path=/trunk/; revision=10699
|
|
|
|
| |
svn path=/trunk/; revision=10691
|
|
|
|
|
|
|
| |
added program names to HTML titles,
various minor fixes
svn path=/trunk/; revision=10686
|
|
|
|
|
|
| |
text"
svn path=/trunk/; revision=10676
|
|
|
|
| |
svn path=/trunk/; revision=10650
|
|
|
|
| |
svn path=/trunk/; revision=10640
|
|
|
|
| |
svn path=/trunk/; revision=10630
|
|
|
|
|
|
|
|
|
|
|
| |
line to every Makefile.am file for a given plugin XXX:
XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@
This way symbols defined in libethereal and GLib are resolved when linking
the plugin dissector modules.
svn path=/trunk/; revision=10601
|
|
|
|
|
|
|
|
|
| |
own modified Per-VLAN STP, so there's some extra stuff at the end of the
packet that needs to be decoded).
Indicate in a comment in packet-cisco-oui.c what PVSTP is.
svn path=/trunk/; revision=10589
|
|
|
|
|
|
| |
Fix up AUTHORS and the authors list in the Ethereal man page.
svn path=/trunk/; revision=10581
|
|
|
|
| |
svn path=/trunk/; revision=10561
|
|
|
|
| |
svn path=/trunk/; revision=10555
|
|
|
|
|
|
| |
(wherein we also discovered an obscure bug inside heimdal itself) Great thanks to Love.
svn path=/trunk/; revision=10551
|
|
|
|
| |
svn path=/trunk/; revision=10481
|
|
|
|
|
|
| |
support.
svn path=/trunk/; revision=10480
|
|
|
|
| |
svn path=/trunk/; revision=10471
|