Commit Graph

24559 Commits

Author SHA1 Message Date
Sake Blok 3751e74f67 From Didier (bug 1392):
Add port to conversation key so that RPC reassembly works when relative
sequence numbers are used.


svn path=/trunk/; revision=25055
2008-04-15 21:12:38 +00:00
Ulf Lamping 15b3bb93df don't mark a used parameter as unused
svn path=/trunk/; revision=25054
2008-04-15 20:53:41 +00:00
Anders Broman ce1abe9f3b Fix some typos etc.
svn path=/trunk/; revision=25053
2008-04-15 20:40:06 +00:00
Anders Broman a7144cf536 From Jonas Nilsson:
Add dissection of Measurement report and result and minor bugfixes.

svn path=/trunk/; revision=25052
2008-04-15 20:37:53 +00:00
Ulf Lamping d1c7021840 try to fix adns build on MSVC2003 and alike
svn path=/trunk/; revision=25051
2008-04-15 20:26:51 +00:00
Richard van der Hoff 4a8ee5ed25 bitmasks are unnecessary with proto_tree_add_bits_*, and indeed break filtering.
svn path=/trunk/; revision=25050
2008-04-15 17:28:11 +00:00
Richard van der Hoff 30bd275138 i'm an idiot. we don't need to dissect data unless tree is non-NULL.
We *do* need to pass it through to h263data, however.

svn path=/trunk/; revision=25049
2008-04-15 17:26:29 +00:00
Richard van der Hoff b1d400bb2d rename protocol to h263
svn path=/trunk/; revision=25048
2008-04-15 16:03:38 +00:00
Richard van der Hoff 6f9dbbdae8 rename header fields so that they can be distinguished from the h.263 ones
svn path=/trunk/; revision=25047
2008-04-15 15:15:35 +00:00
Richard van der Hoff 5dcbfbf800 split the various bits of h263 dissector into separate files, so that we
can see which fields belong to which bit.

Also make sure that we can filter on the fields in the rfc2190 dissector
by actually parsing them even when tree=NULL.


svn path=/trunk/; revision=25046
2008-04-15 14:52:15 +00:00
Jeff Morriss 74a602085e Ban strdup() and strndup().
svn path=/trunk/; revision=25045
2008-04-15 12:56:23 +00:00
Luis Ontanon 0fca04e6a0 attempt to fix init.lua construction in Windows.
more diagnostics to make-init-lua.pl


svn path=/trunk/; revision=25044
2008-04-15 12:22:25 +00:00
Luis Ontanon 1cbce0623f It is useless in a Protocol Analyzer to avoid the user to have a password shorter than 8 chars.
svn path=/trunk/; revision=25043
2008-04-15 12:12:20 +00:00
Luis Ontanon 602de4d33c Die stating why when a file could no be opened.
svn path=/trunk/; revision=25042
2008-04-15 10:22:39 +00:00
Stig Bjørlykke 0ce8d6c354 Added an option (-b) to specify directory containing binaries to use for
fuzz testing (tshark, editcap and capinfos).

svn path=/trunk/; revision=25041
2008-04-15 09:12:26 +00:00
Stig Bjørlykke 87a476645b Call DISSECTOR_ASSERT instead of g_assert in dissector code.
svn path=/trunk/; revision=25040
2008-04-15 06:58:37 +00:00
Stig Bjørlykke 04eb913d71 Call DISSECTOR_ASSERT instead of g_assert in dissector code.
This fixes bug 2464.

svn path=/trunk/; revision=25039
2008-04-15 06:57:56 +00:00
Jaap Keuter 6b142f5016 From Roberto Morro:
Added support for RFC4207 (SONET/SDH encoding for LMP test messages);
added support for (provisional) oif-p0040.010.006 (OIF interoperability demo
during ECOC2007).

svn path=/trunk/; revision=25038
2008-04-15 06:47:05 +00:00
Ulf Lamping 7a8c589d32 don't use strdup() if you want to free the memory later with g_free(), this doesn't work (at least) on MSVC2005 builds!
svn path=/trunk/; revision=25037
2008-04-15 02:21:04 +00:00
Ulf Lamping 08db55300c further improve the welcome page, still incomplete so still "commented out"
svn path=/trunk/; revision=25036
2008-04-15 02:14:22 +00:00
Ulf Lamping d064016e66 add some more "links" to online pages
svn path=/trunk/; revision=25035
2008-04-15 02:10:41 +00:00
Ulf Lamping bfa3cad089 try to improve the help menu
svn path=/trunk/; revision=25034
2008-04-15 02:06:38 +00:00
Jörg Mayer a4dc607922 configure seems to install the manpages into .../share/man/, not .../man/
svn path=/trunk/; revision=25033
2008-04-15 01:26:02 +00:00
Jörg Mayer 8ff2e54cb0 Fix "make distcheck"
Reorder some files to alphabetical order

Fix "make rpm-package" for out-of-tree builds

svn path=/trunk/; revision=25032
2008-04-14 23:29:54 +00:00
Jaap Keuter 10a55966b2 Fix for bug 2458:
Adding dissection for more recent PPPoE tags.

svn path=/trunk/; revision=25031
2008-04-14 22:32:17 +00:00
Jörg Mayer dc85c37b17 packet-ieee802154.c will create a warning using gcc 4.3
svn path=/trunk/; revision=25030
2008-04-14 21:35:35 +00:00
Jörg Mayer 60547db130 gcc 4.3 will not handle an overflow in the expected way but will warn instead. -Werror does the rest
svn path=/trunk/; revision=25029
2008-04-14 21:33:56 +00:00
Jörg Mayer 944beafd70 Get rid of some unsued code: The warning causes a failure due to -Werror
svn path=/trunk/; revision=25028
2008-04-14 21:31:19 +00:00
Jörg Mayer abaea4e100 The generated code warns about 'input' being unused. -Werror turns this into a failure
svn path=/trunk/; revision=25027
2008-04-14 21:29:29 +00:00
Jörg Mayer 46efef6b04 Get rid of some unused functions to prevent -Werror from causing the compile to fail
svn path=/trunk/; revision=25026
2008-04-14 21:24:12 +00:00
Luis Ontanon 4eb08aad66 From Marton Nemeth:
Addenda and fixes to WSLUA_CLASS_DEFINE documentation

Mine: fix init.lua generation



svn path=/trunk/; revision=25025
2008-04-14 21:16:32 +00:00
Stig Bjørlykke 16717f3be2 From Andrew Feren (bug 2462):
Patch to print packet rate.

From me:
Document -x option in man page.

svn path=/trunk/; revision=25024
2008-04-14 20:02:45 +00:00
Stig Bjørlykke 5acf099bd2 From Roberto Morro (bug 2416):
Added support for Ethernet SENDER_TSPEC and FLOWSPEC objects according to
draft-ietf-ccamp-ethernet-traffic-parameters-02.
Added support for enhancements in the LSP_TUNNEL_INTERFACE_ID object according
to draft-ietf-ccamp-lsp-hierarchy-bis-02.
Added support for NOTIFY_REQUEST and RECOVERY_LABEL objects.
Added display filters for some fields of the GENERALIZED_UNI and CALL_ID
objects.

svn path=/trunk/; revision=25023
2008-04-14 19:43:39 +00:00
Jörg Mayer 7bad41d7aa The unknown value (aka flags) can take any value
svn path=/trunk/; revision=25022
2008-04-14 19:34:05 +00:00
Jörg Mayer f932eb742d Add a FIXME
svn path=/trunk/; revision=25021
2008-04-14 19:31:36 +00:00
Jörg Mayer 6935e50369 Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign change
svn path=/trunk/; revision=25020
2008-04-14 19:30:35 +00:00
Jörg Mayer 39bcbdc87d Update the warning flags (suppress one warning that appears with -pedantic)
svn path=/trunk/; revision=25019
2008-04-14 19:27:39 +00:00
Stig Bjørlykke 03c1c32b5c From Philip Frey (bug 2443):
Fixed issues from last patch.

svn path=/trunk/; revision=25018
2008-04-14 19:22:19 +00:00
Stig Bjørlykke e1aebe1cb6 get_profile_name() will always return a valid string.
svn path=/trunk/; revision=25017
2008-04-14 15:20:12 +00:00
Sake Blok a287b0f3f5 From Jim Young (bug 2212):
Add the profile name to the title of all the configuration windows.
(this is a rewrite of Jim's patch)


svn path=/trunk/; revision=25016
2008-04-14 15:01:34 +00:00
Jaap Keuter b3838f52b3 Fix for bug 2456:
IPv6 multicast MAC address incorrectly resolved to neighborhood discovery.

svn path=/trunk/; revision=25015
2008-04-14 07:16:37 +00:00
Jaap Keuter e3463e8d53 From Jim Young:
Within the packet-diameter_3gpp.c module, the call to proto_register_protocol()
comes AFTER the proto_register_field_array() call. 
While the delayed call to proto_register_protocol() does not appear to impair the use 
of the display filters, it DOES effect the generation of the wireshark-filter man page.

svn path=/trunk/; revision=25014
2008-04-14 06:43:42 +00:00
Stephen Fisher 56a638339c "const static char *" -> "static const char *" to fix build
svn path=/trunk/; revision=25013
2008-04-14 03:29:49 +00:00
Ulf Lamping e7fde0351e add stock icons for expert info and flow graph
svn path=/trunk/; revision=25012
2008-04-14 02:09:54 +00:00
Michael Tüxen bf8f1e2faa #ifdef HAVE_LUA_5_1 the handling of REGISTER_TOOLS_GROUP_NONE
svn path=/trunk/; revision=25011
2008-04-14 01:51:15 +00:00
Ulf Lamping 006d13d416 we don't need stat_menu.h here
svn path=/trunk/; revision=25010
2008-04-14 01:12:29 +00:00
Ulf Lamping b3d55eb095 clarify the stats_tree menu items
svn path=/trunk/; revision=25009
2008-04-14 01:11:07 +00:00
Ulf Lamping 3e2fcbfe6c be clear that the "multicast stream" stats are about UDP
svn path=/trunk/; revision=25008
2008-04-14 01:10:06 +00:00
Ulf Lamping 6de61b65f3 as the "Firewall ACL rules" perfectly fits into a tools menu, and together with the optional lua we have two and as it slightly simplifies the code, make the
Tools

toplevel menu item "permanent".

svn path=/trunk/; revision=25007
2008-04-14 00:10:18 +00:00
Ulf Lamping 7f1db1edd0 at least use the "open" (and not the save) icon for import
svn path=/trunk/; revision=25006
2008-04-13 23:57:14 +00:00