summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-31Provide field names for fields with true/false values so theyGilbert Ramirez1-3/+3
can be searched on. svn path=/trunk/; revision=19761
2006-10-31show "Disconnect request" in the info column for disconnectsRonnie Sahlberg1-1/+11
svn path=/trunk/; revision=19760
2006-10-31The protocol must be registered before its fields, so thatGilbert Ramirez1-6/+4
proto_registrar_dump_fields() knows the relationship. svn path=/trunk/; revision=19759
2006-10-31prettify the info column and add a generated item for the type (read/write) ↵Ronnie Sahlberg1-2/+5
to response packets svn path=/trunk/; revision=19758
2006-10-31Fix another typowqJörg Mayer1-2/+0
svn path=/trunk/; revision=19756
2006-10-31Repeat after me: Test submission before sending.Jörg Mayer1-1/+1
Repeat after me: Test patches before committing. svn path=/trunk/; revision=19755
2006-10-31Order ethertypes by number - no other changesJörg Mayer1-28/+32
svn path=/trunk/; revision=19754
2006-10-31Robert Schwebel:Jörg Mayer3-4/+16
Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view cross compilation fails With the following change: Use only AC_CANONICAL_TARGET From the autoconf manual: The user is encouraged to use either `AC_CANONICAL_BUILD', or `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the needs. Using `AC_CANONICAL_TARGET' is enough to run the two other macros. svn path=/trunk/; revision=19753
2006-10-31 new protocol NBD NetworkBlockDeviceRonnie Sahlberg2-0/+501
svn path=/trunk/; revision=19752
2006-10-31change the signature for the get_pdu_len() function pointer passed to ↵Ronnie Sahlberg58-76/+76
tcp_dissect_pdus() to also include a packet_info pointer. there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size svn path=/trunk/; revision=19751
2006-10-31Escape non-ASCII characters in the client and server protocol version strings.Gerald Combs1-61/+61
svn path=/trunk/; revision=19748
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs5-14/+70
AirPcap warning dialog. Fix a callback bug in simple_dialog.c. svn path=/trunk/; revision=19747
2006-10-31Make sure we round up to the nearest 4-byte boundary before trying to processGerald Combs1-2/+11
the FCS. svn path=/trunk/; revision=19746
2006-10-30frederic heem:Jörg Mayer8-51/+222
Please find the patch that adds copyrights. svn path=/trunk/; revision=19744
2006-10-30From Gennady Feldman:Jaap Keuter1-50/+54
Here is an updated patch. Should be pretty safe. Just added a couple of constants and changed some strings to be cleaner and easier to read. svn path=/trunk/; revision=19743
2006-10-30carsten.prescher@eads.com:Jörg Mayer3-0/+2
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114 @SHELL@ not replaced in idl2wrs svn path=/trunk/; revision=19742
2006-10-30Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, setGerald Combs1-19/+1
the foreground color correctly. svn path=/trunk/; revision=19740
2006-10-30A little prettifying:Martin Mathieson1-46/+75
- Most Router Advertisement fields are now properly filterable - Option tree has improved label, length set, fixed fields filterable svn path=/trunk/; revision=19739
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorsRonnie Sahlberg6-1707/+1835
split the MMC commandset out of the main scsi dissector svn path=/trunk/; revision=19738
2006-10-30Fix for (already-closed) bug 1180Martin Mathieson1-1/+3
svn path=/trunk/; revision=19737
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs8-616/+1671
which has an updated API for WEP key handling. svn path=/trunk/; revision=19736
2006-10-30fix #1159 from Jim Young (should go into 0.99.4): Ulf Lamping1-0/+1
I think I have a fix for this problem. The procedure packet_list_set_selected_row()would do a clist freeze but not a corresponding clist thaw if the list was empty. A one line fix to gtk/packet_list.c appears to fix this problem. svn path=/trunk/; revision=19735
2006-10-29from sake blokRonnie Sahlberg1-162/+334
Hi, The attached file is a patch to packet-bpdu.c so that Wireshark is able to dissect the Cisco MST BPDU's that I encountered last week. Cheers, Sake svn path=/trunk/; revision=19734
2006-10-29from Stephen fischerRonnie Sahlberg1-0/+3
Attached is a patch to fix bug #1163: "Dissector bug. ISO8073 COTP protocol."  The SES dissector was incorrectly believing it had PDUs within the COTP PDUs.  I added an additional heuristic check to see if the length of the SES PDU is 0, then return false since it can't be zero length. Thanks,  Steve svn path=/trunk/; revision=19733
2006-10-29fix a typo in the recent change to the hhc.exe command line, so the chm ↵Ulf Lamping1-1/+1
files compile again - took me more than an hour to find out and reproduce :-( svn path=/trunk/; revision=19732
2006-10-29From Roger Gottsponer:Jaap Keuter1-13/+21
During troubleshooting an ARP problem, I found an issue with wireshark to properly recognise Gratuitous ARP packets. Gratuitous ARP packets can be made with ARP request or ARP reply packets. svn path=/trunk/; revision=19731
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping83-83/+83
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-10-29from Sake Blok:Ulf Lamping3-3/+3
While I was reading the development guide I noticed a few typo's. The attached patch fixes them (the patch is against revision 19724). svn path=/trunk/; revision=19729
2006-10-29change the default GTK version from GTK2.6 to GTK2.8Ulf Lamping1-4/+4
svn path=/trunk/; revision=19728
2006-10-29make the checksum fields visible for TCP and UDPUlf Lamping3-65/+148
svn path=/trunk/; revision=19727
2006-10-29fix #1188: scroll the packet list to the bottom (in a running capture) ↵Ulf Lamping1-2/+5
*after* thawing the list - otherwise the scrolling won't be done correctly this one should go into 0.99.4 IMHO svn path=/trunk/; revision=19726
2006-10-29From Stephen Fisher:Jaap Keuter1-44/+67
Attached is a patch to allow the disabling of the UDP/UDPlite checksum verification for cards that offload it and report it incorrectly. svn path=/trunk/; revision=19725
2006-10-29Add a glossy highlight.Gerald Combs8-3/+72
svn path=/trunk/; revision=19724
2006-10-29The TCP options data is a byte array, not a character string.Guy Harris1-1/+1
svn path=/trunk/; revision=19723
2006-10-28Based on RFC3488. This is a setup for RGMP dissection, a simple protocol ↵Jaap Keuter4-2/+204
bolted on IGMP. svn path=/trunk/; revision=19722
2006-10-28From Pierre Juhen:Jaap Keuter1-3/+9
I would like to have a tcp.options field with a name for PMDL output; I include a patch to packet-tcp.c to provide that. svn path=/trunk/; revision=19721
2006-10-27Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtainedGerald Combs1-0/+1
our addresses. svn path=/trunk/; revision=19720
2006-10-27Allow each program called by the Docbook Makefile to be specified usingGerald Combs1-6/+6
the environment. svn path=/trunk/; revision=19719
2006-10-27Cast away most remaining warnings.Martin Mathieson1-8/+7
2 will remain, because the 'needle' arg in tvb_pbrk_guint8() isn't const... Should it be? svn path=/trunk/; revision=19717
2006-10-27More warningsMartin Mathieson1-14/+14
svn path=/trunk/; revision=19716
2006-10-27fix the GTK-WIMP paths for GTK2.8 - both source and destination paths ↵Ulf Lamping5-28/+25
completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO svn path=/trunk/; revision=19715
2006-10-27When key length wrong, show expected value.Martin Mathieson1-9/+13
Fix Preference label where %d was missing from specifier. svn path=/trunk/; revision=19714
2006-10-26Add a lot of sanity checks, particularly to get_airpcap_interface_list(),Gerald Combs1-606/+632
which should fix bug 1176. Fix up whitespace and indentation. svn path=/trunk/; revision=19712
2006-10-26Fix more Ubuntu warnings.Anders Broman3-190/+133
svn path=/trunk/; revision=19711
2006-10-26More warnings...Martin Mathieson1-11/+17
svn path=/trunk/; revision=19710
2006-10-26Try to declare and cast away warningsMartin Mathieson1-3/+7
svn path=/trunk/; revision=19709
2006-10-26Only include the license text and not the rest of the source fileJörg Mayer1-287/+2
it was copied from as well. svn path=/trunk/; revision=19708
2006-10-26frederic.heem:Jörg Mayer4-24/+138
Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt me: Fix a typo, change gcc flags to mimic the behaviour of autofoo stuff. svn path=/trunk/; revision=19707
2006-10-26Don't include /usr/local if usage of /usr/local has been disabled viaJörg Mayer1-3/+5
configure option. svn path=/trunk/; revision=19706
2006-10-26From Xiaoguang LiuJaap Keuter1-3/+3
In wireshark a NTP field is displayed as "clock dispersion". But should it be called "root dispersion" as per RFC 1305? svn path=/trunk/; revision=19705