aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-31http://www.ethereal.com/distribution/win32/development/ has GLib 2.2.3Guy Harris1-4/+4
2003-12-31Remove redundant protocol names from preference values.Guy Harris3-7/+13
2003-12-31Make the tvbuff for SDP lines have the line length as its length andGuy Harris1-2/+3
2003-12-31If a packet has a packet number of 0, it's not a fragment if the statusGuy Harris1-2/+2
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris1-1/+12
2003-12-30In "get_field_data()", check to make sure the field doesn't run past theGuy Harris1-3/+16
2003-12-30Include <string.h> to declare various string manipulation functions.Guy Harris1-1/+2
2003-12-30removed compilation of packet-slskUlf Lamping1-2/+1
2003-12-30added dick gooris to the list of contributorsUlf Lamping2-0/+6
2003-12-30Remove unused variable firmware_revJörg Mayer1-2/+1
2003-12-30New protocol: Enterasys Interswitch Message Protocol (ismp) andJörg Mayer5-2/+877
2003-12-30Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot1-8/+57
2003-12-30A small fix from Andrew Bartlett. The Short File Name is always in UNICODE.Richard Sharpe1-3/+3
2003-12-30Clean up the handling of the code that handles the payload a bit; thisGuy Harris1-22/+31
2003-12-30minor changes and a small bugfixUlf Lamping1-7/+16
2003-12-30Update another URL and other stuff in that comment.Guy Harris1-4/+4
2003-12-30Update a URL.Guy Harris1-2/+6
2003-12-30Export a "dissect_tcp_payload()" routine from the TCP dissector, for useGuy Harris3-23/+52
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2-9/+30
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris5-8/+7
2003-12-29From RFC 2616: "Field names are case-insensitive." UseGuy Harris1-2/+2
2003-12-29Delete the generated files only during maintainercleanJörg Mayer1-3/+5
2003-12-29range.h moved from gtk to .Jörg Mayer2-3/+3
2003-12-29removed a GTK2 warningUlf Lamping2-4/+4
2003-12-29removed a GTK2 warningUlf Lamping1-2/+2
2003-12-29Give it an RCS ID and copyright notice.Guy Harris1-0/+23
2003-12-29Get rid of an unused variable.Guy Harris1-2/+1
2003-12-29Give it an RCS ID.Guy Harris1-1/+3
2003-12-29Add an RCS ID.Guy Harris1-1/+5
2003-12-29Add a missing backslash for the EXTRA_DIST files.Gilbert Ramirez1-1/+1
2003-12-29From Dick Gooris (and me :-)Ulf Lamping8-102/+783
2003-12-29Make the "max count of recently-visited files" preference unsigned.Guy Harris3-17/+14
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris2-4/+4
2003-12-29Make sure the "we're in the middle of dissecting SOCKS" flag getsGuy Harris1-2/+8
2003-12-29Add support for NetWare's serialization protocol.Guy Harris1-2/+49
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs4-107/+122
2003-12-29OK, now I have added the preference for recent_files_count_max, and we canRichard Sharpe1-2/+45
2003-12-29From Niels Koot: support TCAP over SUA.Guy Harris1-1/+10
2003-12-29From Neils Koot:Guy Harris3-82/+299
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanGuy Harris1-11/+11
2003-12-29At least as I read the Teredo draft, the nonce value is just an opaqueGuy Harris1-3/+3
2003-12-28In calls to "dcerpc_init_uuid()" only the *major* version number of theGuy Harris2-4/+4
2003-12-28Add more code to handle the recent_files_count_max as a preference ...Richard Sharpe1-2/+12
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe3-6/+7
2003-12-28Add a preferences item for the recent file count max so we can tie it toRichard Sharpe1-1/+2
2003-12-28all libs now relative to a base dir, use compiler warning level 2Ulf Lamping1-13/+25
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping10-28/+28
2003-12-28If we've seen an HTTP request or response or header line, and the lineGuy Harris1-1/+39
2003-12-27Properly handle 1xx, 204, and 304 responses, which don't contain aGuy Harris1-3/+20