summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aGuy Harris4-29/+34
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theGuy Harris4-29/+41
2004-07-03Update to current setup.Michael Tüxen1-14/+22
2004-07-03Update to reflect that the gtk+2 stuff is enabled by default now.Michael Tüxen1-4/+6
2004-07-03Update to support latest ID versions:Michael Tüxen1-61/+88
2004-07-03Suppress warning in case of gtk-config is not installed.Michael Tüxen1-2/+2
2004-07-03Fixed a bug reported by Martin van der Werff.Michael Tüxen1-4/+2
2004-07-02From Jouli Malinen: add parsing of PMKID for IEEE 802.11i (both in RSNGuy Harris1-7/+39
2004-07-02From Carles Kishimoto: fix some bugs.Guy Harris1-11/+8
2004-07-02From Martin van der Werff: don't do "tvb_ensure_length_remaining()" toGuy Harris2-6/+12
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumJörg Mayer4-8/+8
2004-07-01Update the URL of FRF 3.2.Guy Harris1-2/+4
2004-07-01Doxygen addedJörg Mayer1-0/+1
2004-07-01Doxygen filenames changedJörg Mayer2-1/+3
2004-07-01From Ruud Linders: heuristic RTP dissector.Guy Harris2-36/+42
2004-07-01Add a URL for the giFT project.Guy Harris1-1/+3
2004-07-01From Jon Oberheide: giFT support.Guy Harris3-2/+164
2004-06-30From Martin Mathieson - show setupframe in RTP and RTCPAnders Broman1-1/+3
2004-06-30From Martin Mathieson: Show number of detected streams in RTP Analysis windowAnders Broman1-30/+40
2004-06-30From Martin Mathieson: Fix it so "setup frame" is shown even if no filter app...Anders Broman2-14/+10
2004-06-30remove MSVC warning, as result of arithmetic expression is of type unsigned int,Ulf Lamping1-2/+2
2004-06-30code cleanupUlf Lamping1-11/+11
2004-06-30Include "crc16.h" to handle "crc16_ccitt_tvb()".Guy Harris1-1/+2
2004-06-30bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping2-19/+116
2004-06-30get rid of data_handle decalriation, bacause it isMichael Tüxen1-3/+1
2004-06-30Add packet-sir.lo.Guy Harris1-0/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris8-3/+12
2004-06-30From Shaun Jackman: Serial Infrared support.Guy Harris6-6/+247
2004-06-30Include <unistd.h>, if available, to declare "close()".Guy Harris1-3/+5
2004-06-30Initialize "out_filename" to NULL, so it's set to NULL if it's not setGuy Harris1-3/+3
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris7-7/+40
2004-06-30close temporary merge output file, if merging failedUlf Lamping2-2/+9
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping5-47/+56
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping8-46/+23
2004-06-29Fixed a bug in instruction COMPARE dissection, added output of bytecode for a...Anders Broman1-27/+85
2004-06-29From Martin Mathieson:Anders Broman3-12/+17
2004-06-29add a preference setting for the web browser commandUlf Lamping5-16/+70
2004-06-29From Jaime Fournier: clean up some function names.Guy Harris7-67/+68
2004-06-29If we can't find the krb5 header or the krb5 code isn't Heimdal, clearGuy Harris1-2/+3
2004-06-29From Laurent Rabret:Guy Harris1-6/+24
2004-06-29Fix up some warnings.Guy Harris1-48/+48
2004-06-29Catch invalid GUI layout type values; if we see one, use the defaultGuy Harris1-2/+7
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer4-8/+8
2004-06-29Some of the documentation files don't depend on [t]ethereal any more. RemoveGerald Combs1-5/+5
2004-06-28Add dissector for Signaling Compression (SigComp) dissection, RFC3320.Anders Broman2-1/+1919
2004-06-28From Yaniv Kaul: Fix an SNMP crash bug.Gerald Combs1-1/+6
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3
2004-06-28From Graeme Hewson: prevent an assertion failure if a display filterGuy Harris1-14/+14
2004-06-28From Jean-Baptiste Marchand: many small fixes for the samr dissector,Guy Harris1-73/+218