aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-15rename header fields so that they can be distinguished from the h.263 onesRichard van der Hoff1-117/+114
svn path=/trunk/; revision=25047
2008-04-15split the various bits of h263 dissector into separate files, so that weRichard van der Hoff5-871/+1039
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-15Ban strdup() and strndup().Jeff Morriss1-1/+6
svn path=/trunk/; revision=25045
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon2-7/+6
more diagnostics to make-init-lua.pl svn path=/trunk/; revision=25044
2008-04-15It is useless in a Protocol Analyzer to avoid the user to have a password ↵Luis Ontanon2-7/+3
shorter than 8 chars. svn path=/trunk/; revision=25043
2008-04-15Die stating why when a file could no be opened.Luis Ontanon1-4/+5
svn path=/trunk/; revision=25042
2008-04-15Added an option (-b) to specify directory containing binaries to use forStig Bjørlykke1-6/+10
fuzz testing (tshark, editcap and capinfos). svn path=/trunk/; revision=25041
2008-04-15Call DISSECTOR_ASSERT instead of g_assert in dissector code.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25040
2008-04-15Call DISSECTOR_ASSERT instead of g_assert in dissector code.Stig Bjørlykke1-1/+1
This fixes bug 2464. svn path=/trunk/; revision=25039
2008-04-15From Roberto Morro:Jaap Keuter1-12/+619
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-15don't use strdup() if you want to free the memory later with g_free(), this ↵Ulf Lamping2-4/+4
doesn't work (at least) on MSVC2005 builds! svn path=/trunk/; revision=25037
2008-04-15further improve the welcome page, still incomplete so still "commented out"Ulf Lamping1-166/+396
svn path=/trunk/; revision=25036
2008-04-15add some more "links" to online pagesUlf Lamping2-1/+17
svn path=/trunk/; revision=25035
2008-04-15try to improve the help menuUlf Lamping1-8/+8
svn path=/trunk/; revision=25034
2008-04-15configure seems to install the manpages into .../share/man/, not .../man/Jörg Mayer1-1/+1
svn path=/trunk/; revision=25033
2008-04-14Fix "make distcheck"Jörg Mayer1-7/+12
Reorder some files to alphabetical order Fix "make rpm-package" for out-of-tree builds svn path=/trunk/; revision=25032
2008-04-14Fix for bug 2458:Jaap Keuter1-18/+191
Adding dissection for more recent PPPoE tags. svn path=/trunk/; revision=25031
2008-04-14packet-ieee802154.c will create a warning using gcc 4.3Jörg Mayer1-1/+1
svn path=/trunk/; revision=25030
2008-04-14gcc 4.3 will not handle an overflow in the expected way but will warn ↵Jörg Mayer1-4/+0
instead. -Werror does the rest svn path=/trunk/; revision=25029
2008-04-14Get rid of some unsued code: The warning causes a failure due to -WerrorJörg Mayer1-0/+2
svn path=/trunk/; revision=25028
2008-04-14The generated code warns about 'input' being unused. -Werror turns this into ↵Jörg Mayer1-1/+1
a failure svn path=/trunk/; revision=25027
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ↵Jörg Mayer1-0/+6
to fail svn path=/trunk/; revision=25026
2008-04-14From Marton Nemeth:Luis Ontanon4-8/+15
Addenda and fixes to WSLUA_CLASS_DEFINE documentation Mine: fix init.lua generation svn path=/trunk/; revision=25025
2008-04-14From Andrew Feren (bug 2462):Stig Bjørlykke2-1/+16
Patch to print packet rate. From me: Document -x option in man page. svn path=/trunk/; revision=25024
2008-04-14From Roberto Morro (bug 2416):Stig Bjørlykke1-26/+446
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-14The unknown value (aka flags) can take any valueJörg Mayer1-3/+2
svn path=/trunk/; revision=25022
2008-04-14Add a FIXMEJörg Mayer1-0/+1
svn path=/trunk/; revision=25021
2008-04-14Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign ↵Jörg Mayer1-1/+1
change svn path=/trunk/; revision=25020
2008-04-14Update the warning flags (suppress one warning that appears with -pedantic)Jörg Mayer1-1/+4
svn path=/trunk/; revision=25019
2008-04-14From Philip Frey (bug 2443):Stig Bjørlykke2-6/+6
Fixed issues from last patch. svn path=/trunk/; revision=25018
2008-04-14get_profile_name() will always return a valid string.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=25017
2008-04-14From Jim Young (bug 2212):Sake Blok11-12/+51
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-14Fix for bug 2456:Jaap Keuter2-11/+74
IPv6 multicast MAC address incorrectly resolved to neighborhood discovery. svn path=/trunk/; revision=25015
2008-04-14From Jim Young:Jaap Keuter1-2/+1
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"const static char *" -> "static const char *" to fix buildStephen Fisher2-2/+2
svn path=/trunk/; revision=25013
2008-04-14add stock icons for expert info and flow graphUlf Lamping7-2/+124
svn path=/trunk/; revision=25012
2008-04-14#ifdef HAVE_LUA_5_1 the handling of REGISTER_TOOLS_GROUP_NONEMichael Tüxen1-0/+6
svn path=/trunk/; revision=25011
2008-04-14we don't need stat_menu.h hereUlf Lamping1-1/+0
svn path=/trunk/; revision=25010
2008-04-14clarify the stats_tree menu itemsUlf Lamping1-4/+4
svn path=/trunk/; revision=25009
2008-04-14be clear that the "multicast stream" stats are about UDPUlf Lamping1-2/+2
svn path=/trunk/; revision=25008
2008-04-14as the "Firewall ACL rules" perfectly fits into a tools menu, and together ↵Ulf Lamping1-27/+5
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-13at least use the "open" (and not the save) icon for importUlf Lamping1-1/+1
svn path=/trunk/; revision=25006
2008-04-13add the (optional) possibility to register a stock icon for a stats menu entryUlf Lamping3-20/+63
svn path=/trunk/; revision=25005
2008-04-13Fix splitting MIB/PIB paths in about box for other than win32.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=25004
2008-04-13export emem_tree_foreach as requested by userUlf Lamping1-0/+1
svn path=/trunk/; revision=25003
2008-04-13From Giodi Giorgi (bug 2201):Stig Bjørlykke2-18/+56
Fix dumping of PROTECTION INFO and GENERALIZED UNI according to RFC3471. svn path=/trunk/; revision=25002
2008-04-13Fix for bug 1603:Jaap Keuter1-11/+19
SMPP validity period as relative time interpretation corrected. svn path=/trunk/; revision=25001
2008-04-13as we can't easily (re)build adns on msvc6, create and use compiler specific ↵Ulf Lamping2-5/+9
dirs (e.g. MSVC2005EE/adns) to place the compiler specific dll/lib files into svn path=/trunk/; revision=25000
2008-04-13Get it compiing on Mac OS X.Michael Tüxen1-2/+1
svn path=/trunk/; revision=24999
2008-04-13add a comment that the ping code is running in the background (that caused ↵Ulf Lamping1-1/+3
me some headache :-) change the ping packet length, so the last packet will have exactly 100 bytes (at least on Windows) svn path=/trunk/; revision=24998