aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-03-02Update manufJörg Mayer1-19/+184
svn path=/trunk/; revision=7251
2003-03-02Remove wip commentsJörg Mayer1-4/+1
svn path=/trunk/; revision=7250
2003-03-02Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer5-102/+214
Ignore tmp files generated by make-faq. Update FAQ. svn path=/trunk/; revision=7249
2003-03-02Change some plugin window geometry aspects.Laurent Deniel1-5/+5
svn path=/trunk/; revision=7248
2003-03-02Even though we don't yet dissect Intel ANS (NIC teaming) or MicrosoftGerald Combs2-6/+16
Network Load Balancing probes, we can at least recognize them as such. svn path=/trunk/; revision=7247
2003-03-02Add type of filter in capture/display filter windows.Laurent Deniel1-5/+14
svn path=/trunk/; revision=7246
2003-03-01Replace gdk_string_width and gdk_string_height withOlivier Abad1-39/+50
pango_layout_get_pixel_size in gtk2 code. svn path=/trunk/; revision=7245
2003-03-01Fix possible null pointer deference (conversation_data).Laurent Deniel1-3/+6
svn path=/trunk/; revision=7244
2003-03-01Add an "Apply" button to "Decode As" window.Laurent Deniel1-3/+40
svn path=/trunk/; revision=7243
2003-03-01The correct way to go to a frame with a given number is to useGuy Harris1-4/+20
"goto_frame()", not to assume that all frames are being displayed and to go to the row whose number is the frame number - 1. svn path=/trunk/; revision=7242
2003-03-01X.29 call user data in CALL REQUEST packets starts with an SPI and 3Guy Harris1-1/+10
bytes of other information, currently not used; that data is not to be dissected as X.29 packet data. svn path=/trunk/; revision=7241
2003-03-01A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatGuy Harris1-1/+13
it's a gigabit Ethernet capture, possibly, with special hardware, and that time stamps have 1000 times the resolution that they have in other captures (perhaps due to the special hardware having a higher-resolution clock?). svn path=/trunk/; revision=7240
2003-03-01Completely initialize all the address fields in a packet_info structure,Guy Harris1-1/+13
setting the length to 0 and the data pointer to a null pointer. svn path=/trunk/; revision=7239
2003-03-01Make the dissector static - it's not called from outside packet-bofl.cGuy Harris1-19/+24
Let the tvbuff mechanism check the length of the packet - don't check it ourselves. Put each field into the protocol tree and the Info column separately, so that we at least get a partial dissection - I've seen some packets that look like breath-of-life packets but that have only the PDU field. Show the PDU field with all 8 hex digits, and show the sequence number as an unsigned quantity, in the Info column. Show the padding size based on the actual length of the frame, not on the amount of the frame that was captured. svn path=/trunk/; revision=7238
2003-03-01Handle the flag bits in SRVLOC V1 as registered fields, just as we do inGuy Harris1-18/+60
SRVLOC V2. Get rid of trailing dots in the names of SRVLOC V2 flag bit fields. svn path=/trunk/; revision=7237
2003-03-01Allow filtering on the window scale value ...Richard Sharpe1-1/+3
svn path=/trunk/; revision=7236
2003-03-01Adding more options supportRichard Sharpe1-4/+9
svn path=/trunk/; revision=7235
2003-03-01If *all* you have in the user data portion of a Call Request packet isGuy Harris1-12/+22
an NLPID, don't dissect the user data as a packet for that protocol. svn path=/trunk/; revision=7234
2003-03-01Add tcp.options.mss_val to allow filtering on the value of the MSS optionRichard Sharpe1-1/+7
svn path=/trunk/; revision=7233
2003-03-01Some more options, cc and time stamp.Richard Sharpe1-1/+5
svn path=/trunk/; revision=7232
2003-03-01More tcp options stuff ...Richard Sharpe1-17/+29
svn path=/trunk/; revision=7231
2003-03-01More TCP Options supportRichard Sharpe1-1/+34
svn path=/trunk/; revision=7230
2003-03-01We have some SNMP if we have NET-SNMP *or* UCD SNMP, not just if we haveGuy Harris1-2/+2
NET-SNMP *and* UCD SNMP. svn path=/trunk/; revision=7229
2003-03-01Start adding support for options as hidden fields in the dissect tree.Richard Sharpe1-1/+12
svn path=/trunk/; revision=7228
2003-03-01More URLs, from a message from Martin Regner.Guy Harris1-1/+13
svn path=/trunk/; revision=7227
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris7-91/+467
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226
2003-02-28"packet-isup.c" doesn't appear to need to include "packet-ip.h", soGuy Harris3-11/+111
don't do so. Pick up Anders Broman's table of Q.850 cause values, and his change to use "dissect_q931_cause_ie()" for cause indicators - but do it by modifying the Q.931 dissector's "dissect_q931_cause_ie()" to take, as an argument, the header field to use for the cause value, and export that routine and have the ISUP dissector call it, rather than by duplicating the cause IE dissector. svn path=/trunk/; revision=7225
2003-02-28From Anders Broman: make the cause value, and various phone numbers,Guy Harris1-14/+55
filterable fields. svn path=/trunk/; revision=7224
2003-02-28Add some additional payload types, put in a URL for the IANA page withGuy Harris1-27/+37
RTP parameters (including payload types), put in comments giving citations for the payload types, and improve the descriptions of some payload types. svn path=/trunk/; revision=7223
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataGuy Harris1-5/+15
to compare; based on a change from Laurent Meyer. svn path=/trunk/; revision=7222
2003-02-28Put out the "Checking whether to use UCD SNMP/NET-SNMP library ifGuy Harris1-2/+2
available" message *after* checking for net-snmp-config - nesting something such as AC_PATH_PROG that produces a "Checking..." message inside another check causes the pairing of check and result messages to be broken. svn path=/trunk/; revision=7221
2003-02-28Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don'tGuy Harris1-4/+4
include <ucd-snmp/snmp.h>, we incldue <ucd-snmp/ucd-snmp-config.h>, and, at least with some UCD SNMP versions, you can't just include <ucd-snmp/snmp.h> without including a header to typedef "oid", so you get a warning from the configure script if it's built with autoconf 2.57 (it whines because the test program won't compile but the header exists). svn path=/trunk/; revision=7220
2003-02-28Call the capabilities subfields "mysql.caps.XXX", not "tcp.caps.XXX".Guy Harris1-15/+15
svn path=/trunk/; revision=7219
2003-02-28Fixes for a couple of problems, from Albert Chin:Guy Harris2-9/+32
1. On Solaris, inet_ntop and inet_pton need to be linked against -lnsl. AC_CHECK_FUNC() isn't good enough unless LIBS already has -lnsl. 2. On IRIX, the blanket redefinition of the inet_ntop function prototype is incorrect (compiling with MIPSpro 7.4): cc-1143 cc: ERROR File = inet_v6defs.h, Line = 32 Declaration is incompatible with "const char *inet_ntop(int, const void *, char *, socklen_t)" (declared at line 89 of "/usr/include/arpa/inet.h"). extern const char *inet_ntop(int af, const void *src, char *dst, ^ 1 error detected in the compilation of "inet_pton.c". gmake[4]: *** [inet_pton.o] Error 2 On IRIX, the correct prototype is: extern const char *inet_ntop(int, const void *, char *, socklen_t); Rather than blindly replacing the prototype we detect if a prototype exists and define it only if one does not exist. svn path=/trunk/; revision=7218
2003-02-28Don't offer desegmentation to DCERPC if we have a short or fragmentedGuy Harris1-3/+8
packet. svn path=/trunk/; revision=7217
2003-02-28From Laurent Meyer: let the user data in CALL REQUEST and CALL CONFIRMGuy Harris1-17/+27
PDUs be dissected by the appropriate dissector for the connection. svn path=/trunk/; revision=7216
2003-02-28Add comment about Packetformat (including URL).Jörg Mayer1-9/+18
Remove unused includes. svn path=/trunk/; revision=7215
2003-02-27"in_str" is a boolean; make it so.Guy Harris1-7/+14
For strings, make the item for the string cover all the characters of the string, not just the first one. svn path=/trunk/; revision=7214
2003-02-27From Tom Nisbet: SLIMP3 protocol version 2 support.Guy Harris2-27/+211
svn path=/trunk/; revision=7213
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris4-9/+12
wasn't done, and, for TCP, use that mechanism if reassembly isn't done is an incorrect TCP checksum. svn path=/trunk/; revision=7212
2003-02-27From Olivier Biot: fix up various field names and descriptions, add aGuy Harris1-8/+13
URL for WAP specifications, and clean up some other stuff. svn path=/trunk/; revision=7211
2003-02-27From Akira Endoh: Wellfleet Breath of Life support.Guy Harris4-2/+131
svn path=/trunk/; revision=7210
2003-02-27From Devin Heitmueller: dissection for user info requests (away message,Guy Harris1-7/+51
user profile, etc). svn path=/trunk/; revision=7209
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inGuy Harris3-2/+4
the right order. svn path=/trunk/; revision=7208
2003-02-27Arrange that "make maintainer-clean" get rid of "register.c",Guy Harris1-1/+6
"register-static.c", and "ps.c", to make a really clean start. svn path=/trunk/; revision=7207
2003-02-27From Brad Hards: don't have "make distclean" delete "register.c",Guy Harris3-6/+4
"register-static.c", or "ps.c", as we distribute them in the tarball. Add Georgi Guninski to the credits list in the man page. svn path=/trunk/; revision=7206
2003-02-27Add "packet-mip6.h" to the list of header files.Guy Harris1-1/+2
svn path=/trunk/; revision=7205
2003-02-27Ethereal.desktop is in the top-level directory, not the "doc" directory,Guy Harris1-4/+1
and it's already in the EXTRA_DIST list in the top-level directory. svn path=/trunk/; revision=7204
2003-02-26From Pavel Roskin:Guy Harris7-141/+37
Get rid of acconfig.h, as it's an archaism; put descriptions into AC_DEFINE instead. That squelches some warnings from later versions of autoconf. Fix an unquoted call to AC_MSG_ERROR. Move the stuff to define HAVE_SOME_SNMP into configure.in. svn path=/trunk/; revision=7203
2003-02-26Add Georgi Guninski to the list of contributors.Gerald Combs1-0/+1
svn path=/trunk/; revision=7202