aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
...
* dissect_ndr_uint16()'s last argument points to a guint16, not a guint.Guy Harris2006-09-242-2/+2
* Squelch a compiler warning.Guy Harris2006-09-241-7/+7
* these dissector functions should not be in svn in pidl they are just tempor...Ronnie Sahlberg2006-09-246-5988/+0
* pidl has been updated to use WERR instead of DOS error tables.Ronnie Sahlberg2006-09-2410-549/+544
* print the connectionless interface name if such is knownUlf Lamping2006-09-241-3/+11
* don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but appen...Ulf Lamping2006-09-241-7/+2
* we did not have a proper WERR error table for the windows errors insterad w...Ronnie Sahlberg2006-09-232-0/+207
* replace a rotating buffer in smb with ep allocated memoryRonnie Sahlberg2006-09-233-23/+8
* Add missing files from last commit. Fix an #include.Gerald Combs2006-09-223-2/+184
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-226-118/+15
* Fix to show all the internal tokens. when configured, when dissecting an unkn...Graeme Lunt2006-09-221-2/+17
* When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ...Graeme Lunt2006-09-221-5/+11
* Add missing updates to unbreak build...Martin Mathieson2006-09-222-2/+6
* Add remaining dedicated control message types. This dissector is pretty comp...Martin Mathieson2006-09-221-5/+59
* EDCH new fields + another DCH control message typeMartin Mathieson2006-09-221-48/+165
* dfs updates from the s4 idl repositoryRonnie Sahlberg2006-09-223-9/+434
* update where the extra strings in the record are being dissected to that the ...Ronnie Sahlberg2006-09-222-10/+16
* update to eventlog recordRonnie Sahlberg2006-09-222-16/+66
* add conformance file magic to decode the non-NDR source/computer name string...Ronnie Sahlberg2006-09-222-41/+178
* updates to eventlog to use the pidl generated dissector and enhance the conf...Ronnie Sahlberg2006-09-223-661/+2023
* merge JBMs changes from the handwritten dissector to the idlRonnie Sahlberg2006-09-211-8/+44
* add idl file and conformance file for eventlog interfaceRonnie Sahlberg2006-09-212-0/+178
* winreg updates resync idl from s4Ronnie Sahlberg2006-09-213-349/+528
* Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106Anders Broman2006-09-212-2/+8
* Add some space after commas.Guy Harris2006-09-211-2/+2
* Fix the handling of IPv4-address and Boolean suboptions of the NovellGuy Harris2006-09-211-4/+4
* From: Marco StrackJaap Keuter2006-09-211-2/+2
* New fields in R6 RACHMartin Mathieson2006-09-211-5/+115
* dfs updatesRonnie Sahlberg2006-09-213-207/+2049
* Add http_dissector_add upon requestJaap Keuter2006-09-211-0/+1
* Make the data part of the message filterableMartin Mathieson2006-09-201-2/+11
* Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6Martin Mathieson2006-09-201-5/+25
* From David Pelton:Anders Broman2006-09-203-27/+68
* Add some routines to the list of routines exported by libwireshark - atGuy Harris2006-09-201-0/+5
* From Graham Addis:Anders Broman2006-09-191-6/+13
* Make Content-Length and Max-Forwards fields uintsMartin Mathieson2006-09-191-12/+21
* import DFS.idl from samba and use it to generate a much more complete DFS dis...Ronnie Sahlberg2006-09-194-127/+3225
* From G.F. aka Gena01Jaap Keuter2006-09-181-21/+51
* Licepnse -> LicenseJaap Keuter2006-09-183-12/+12
* Add old release DSCH FDD fields. Try to squash compiler warnings seen on MAC...Martin Mathieson2006-09-181-8/+75
* jeff morriss:Jörg Mayer2006-09-181-3/+4
* From Francesco Fondelli:Jaap Keuter2006-09-182-0/+210
* some more bitmaps for SRVSVCRonnie Sahlberg2006-09-183-49/+275
* add decoding of the SessionInfo userflagsRonnie Sahlberg2006-09-183-12/+82
* From Martin Peylo:Anders Broman2006-09-171-5/+49
* Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107Anders Broman2006-09-171-3/+3
* generate SRVSVC by pidlRonnie Sahlberg2006-09-164-5431/+17689
* make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg2006-09-162-16/+8
* strings we pass up to the caller through private_data are now of ep scopeRonnie Sahlberg2006-09-161-3/+2
* remove any dependencies that dcv->private_data is persistentRonnie Sahlberg2006-09-161-226/+140