| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Implement dissector for IPMB (DLT_IPMB_LINUX, 209).
svn path=/trunk/; revision=25986
|
|
|
|
|
|
|
| |
VC6 plus a platform SDK), set INET6. Use that to figure out if we need
to define socklen_t for c-ares. This should fix bug 2797.
svn path=/trunk/; revision=25985
|
|
|
|
|
|
| |
Add SyncML 1.2, and ActiveSync support to packet-wbxml.
svn path=/trunk/; revision=25984
|
|
|
|
| |
svn path=/trunk/; revision=25983
|
|
|
|
| |
svn path=/trunk/; revision=25982
|
|
|
|
|
|
|
|
|
|
| |
Display FQDN binary encoded name as text
Ensure that get_dns_name does not cross packet sub boundry
From me:
Preserve the usage of bootp.fqdn.name as a display filter
svn path=/trunk/; revision=25981
|
|
|
|
| |
svn path=/trunk/; revision=25980
|
|
|
|
| |
svn path=/trunk/; revision=25979
|
|
|
|
|
|
|
|
|
|
| |
funnel_stat.c:528: error: expected ââ¬Ë=ââ¬â¢, ââ¬Ë,ââ¬â¢, ââ¬Ë;ââ¬â¢, ââ¬Ëasmââ¬â¢ or ââ¬Ë__attribute__ââ¬â¢ before ââ¬Ë*ââ¬â¢ token
funnel_stat.c:535: error: expected ââ¬Ë)ââ¬â¢ before ââ¬Ë*ââ¬â¢ token
funnel_stat.c:541: error: expected ââ¬Ë)ââ¬â¢ before ââ¬Ë*ââ¬â¢ token
funnel_stat.c:572: error: ââ¬Ëfunnel_new_progress_windowââ¬â¢ undeclared here (not in a function)
svn path=/trunk/; revision=25978
|
|
|
|
|
|
| |
(ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface.
svn path=/trunk/; revision=25977
|
|
|
|
| |
svn path=/trunk/; revision=25976
|
|
|
|
| |
svn path=/trunk/; revision=25975
|
|
|
|
| |
svn path=/trunk/; revision=25974
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added TeamSpeak2 dissector
From me:
- Made all local functions static
- Renamed my_vals to conv_vals
- Call correct function to parse LOGINEND
- Fixed some obvious errors in typenames list
- Fixed some indentation
svn path=/trunk/; revision=25973
|
|
|
|
|
|
| |
Remove some non-ASCII characters.
svn path=/trunk/; revision=25972
|
|
|
|
| |
svn path=/trunk/; revision=25971
|
|
|
|
| |
svn path=/trunk/; revision=25970
|
|
|
|
|
|
| |
and "$prefix/lib" to the library search path.
svn path=/trunk/; revision=25969
|
|
|
|
| |
svn path=/trunk/; revision=25968
|
|
|
|
|
|
| |
the recent file.
svn path=/trunk/; revision=25967
|
|
|
|
|
|
|
| |
Make "stop" button in the capture info dialog work
svn path=/trunk/; revision=25966
|
|
|
|
| |
svn path=/trunk/; revision=25965
|
|
|
|
|
|
| |
Bye string is "null padded", not "null terminated". Change code to test for that fact.
svn path=/trunk/; revision=25964
|
|
|
|
| |
svn path=/trunk/; revision=25963
|
|
|
|
|
|
|
|
| |
Have the IAX2 dissector include <epan/aftypes.h> and use the Linux AF_
values from it. Point to the IAX2 I-D, and add some clarifying
comments.
svn path=/trunk/; revision=25962
|
|
|
|
|
|
| |
Correct reverse direction payload save.
svn path=/trunk/; revision=25961
|
|
|
|
|
|
|
|
|
| |
Make display filter max recent entries a preference
(From me: fixed an off by one bug in saving to the recent file)
svn path=/trunk/; revision=25960
|
|
|
|
|
|
|
|
|
|
|
|
| |
Desktop Pass-Through protocols use them.
Use those values in the dissectors for those protocols.
In the Desktop Pass-Through dissector, define the Winsock SOCK_ values
ourselves, and get the IP protocol values from <epan/ipproto.h>. Don't
include now-unnecessary system headers in that dissector.
svn path=/trunk/; revision=25959
|
|
|
|
|
|
|
| |
they're not guaranteed to be the same in all OSes. Define them
ourselves.
svn path=/trunk/; revision=25958
|
|
|
|
|
|
| |
destinations.
svn path=/trunk/; revision=25957
|
|
|
|
|
|
| |
distribution package
svn path=/trunk/; revision=25956
|
|
|
|
| |
svn path=/trunk/; revision=25955
|
|
|
|
|
|
| |
Add Ethernet Global Data (EGD) packet dissector.
svn path=/trunk/; revision=25954
|
|
|
|
|
|
|
|
|
| |
Windows build. Add support for async IPv6 lookups. Update the ADNS
code slightly.
This is not supported (yet) on the UNIX side.
svn path=/trunk/; revision=25953
|
|
|
|
| |
svn path=/trunk/; revision=25952
|
|
|
|
|
|
| |
From Alexey Neyman.
svn path=/trunk/; revision=25951
|
|
|
|
| |
svn path=/trunk/; revision=25950
|
|
|
|
| |
svn path=/trunk/; revision=25949
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Note just checking in the new files not yet added to the build process on purpose
the changes to packet-ipmi.c is also not done yet - Anders).
Generic changes:
- IPMI session wrapper dissection has been separated from the dissection of
IPMI itself. This will allow for possible dissection of captures directly
from IPMB (as the IPMB messages lack the IPMI session wrapper).
IPMI changes:
- Implemented request-response matching for IPMI sessions. This makes easy
serves two purposes: first, it allows for easy location of response to a
certain request and vice versa. Second, it allows for dissection of
responses where response format depends on the request data.
- IPMI dissector can now dissect much broader set of commands.
- Command-specific completion codes are now handled.
- The dissector is able to parse IPMI commands embedded into other IPMI
commands (for now, only Send Message; Get Message and Forward Message
can be implemented later). Such embedded commands also matched with
responses to them.
svn path=/trunk/; revision=25948
|
|
|
|
|
|
|
|
|
|
|
| |
- makes (much) more sense to me
- makes the GUI's default behavior the same as mergecap's
For whatever reason the default behavior was to append the new file
/if transport resolution was enabled/ (not sure what those two things have to
do with each other).
svn path=/trunk/; revision=25947
|
|
|
|
| |
svn path=/trunk/; revision=25946
|
|
|
|
|
|
|
| |
-Added support for aggregate frames
-Added correct decoding for most fields
svn path=/trunk/; revision=25945
|
|
|
|
|
|
|
| |
Added a mask to drop the high order byte of a short to isolate the protocol ID.
Also lowered the length restriction to support shorter packets for PPPoEoA.
svn path=/trunk/; revision=25944
|
|
|
|
| |
svn path=/trunk/; revision=25943
|
|
|
|
|
|
|
|
|
|
|
| |
Extended the cldap desector to include all the current netlogon response data
types.
Expanded the cldap netlogon ntver option to be a bit mask of the search flags
Updated the DS flags fields to include Windows 2008 options.
svn path=/trunk/; revision=25942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when we check and ignore the two names "." and ".."
we must do so for both methods a caller can provide the name :
offset into a tvb, as well as a char* to a string.
also add ->full_name in the dissection to the replies so that fh
matches
both request and reply and not ->name
svn path=/trunk/; revision=25941
|
|
|
|
|
|
| |
warnings.
svn path=/trunk/; revision=25940
|
|
|
|
| |
svn path=/trunk/; revision=25939
|
|
|
|
| |
svn path=/trunk/; revision=25938
|
|
|
|
| |
svn path=/trunk/; revision=25937
|