aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris33-31/+518
2004-09-28Move the xDLC helper routines into epan.Guy Harris11-11/+532
2004-09-28Move the SHA-1 code and header into epan, and give them RCS IDs.Guy Harris3-1/+439
2004-09-28From Carlos Pignataro:Guy Harris1-13/+64
2004-09-28From Olivier Jacques:Guy Harris2-5/+80
2004-09-28From David Fort: ipseckey DNS RR support.Guy Harris1-2/+73
2004-09-28Move various checksum routines and headers to epan.Guy Harris27-23/+867
2004-09-27Move the DES, MD4, MD5, and RC4 source files and headers into epan, andGuy Harris13-11/+1172
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris138-137/+2998
2004-09-25Fetch the function from the correct offset.Guy Harris1-1/+1
2004-09-25What part of "least significant octet first" do you not understand? :-) Guy Harris1-3/+3
2004-09-25From packet steve: label the GRE key as "GRE Key", so thatGuy Harris1-1/+1
2004-09-25Fetch the handle for the data dissector, as we use it....Guy Harris1-0/+2
2004-09-25From Tomas Kukosa: export ether_to_str() from libethereal.dll.Guy Harris1-0/+1
2004-09-25From Tomas Kukosa:Guy Harris1-3/+6
2004-09-25fix bug in handling of offset for integers longer than 4 bytesRonnie Sahlberg1-4/+5
2004-09-24Fix Some compiler warnings:Anders Broman1-22/+0
2004-09-24From Carlos Pignataro:Guy Harris1-12/+22
2004-09-23From Magnus Hansson: move CIP protocol to own dissector (we forgot toGuy Harris2-0/+961
2004-09-23From Carlos Pignataro: append the symbolic name for reserved MPLS labelsGuy Harris1-3/+6
2004-09-23Get rid of the CRs and set eol-style to native so that you get CRs onGuy Harris1-1476/+1476
2004-09-23Add dissector packet-etheric.cAnders Broman1-0/+1
2004-09-23Add a dissector for an Ericsson protocol named "Etheric"Anders Broman1-0/+1476
2004-09-23Fix the dissection of the Reply function - it has a "receipt number"Guy Harris1-4/+18
2004-09-23Add support for the Ethernet Configuration Testing Protocol.Guy Harris3-14/+149
2004-09-23From Jelmer Vernooij:Guy Harris6-103/+346
2004-09-23From Jelmer Vernooij: fix a comment.Guy Harris1-1/+1
2004-09-23From Magnus Hansson:Guy Harris3-1975/+2088
2004-09-23From packet steve: add a filterable field for the GRE key.Guy Harris1-4/+7
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2-0/+5
2004-09-22From Carlos Pignataro:Guy Harris1-3/+9
2004-09-22From Jelmer Vernooij:Guy Harris12-93/+241
2004-09-21Fix a typo.Guy Harris1-1/+1
2004-09-21From Jelmer Vernooij:Guy Harris22-1855/+1289
2004-09-21From Yaniv Kaul:Guy Harris1-52/+95
2004-09-21From Viorel Suman: fields in TALI are little-endian, so in the "get PDUGuy Harris1-1/+1
2004-09-20From Martin Mathieson: Fix a simple bug, in calculate_roundtrip_delay(), wher...Anders Broman1-2/+2
2004-09-20Update some RADIUS value stringsAnders Broman1-16/+60
2004-09-19Add to the "radius_attr_info" structure a pointer to an hf_ value, and,Guy Harris1-1031/+992
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris2-0/+2
2004-09-19Make the Kerberos 4 dissector a "new-style" dissector, so it canGuy Harris1-8/+6
2004-09-18Fiax a MSVC WarningAnders Broman1-1/+1
2004-09-18Use FALSE as the byte order argument to "proto_tree_add_item()" whenGuy Harris1-13/+13
2004-09-18Distinguish between the "data offset" field (offset of this burstGuy Harris1-32/+69
2004-09-18From Jelmer Vernooij:Guy Harris2-5/+168
2004-09-18add decoding of werido special transac versions of kerberos 4Ronnie Sahlberg1-7/+21
2004-09-17make kerberos able to dissect pkinit/pa-pk-as-rep packetsRonnie Sahlberg1-0/+3
2004-09-17add pkinit replies dissectionRonnie Sahlberg2-0/+46
2004-09-17get rid of some compiler warningsRonnie Sahlberg2-5/+13
2004-09-17get rid of a compiler warning for unused function UserNoticeRonnie Sahlberg2-2/+8