aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-17From Jelmer Vernooij: get rid of some unused tables.Guy Harris1-28/+2
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aGuy Harris1-2/+4
2004-09-17IP addresses are always big-endian.Guy Harris1-1/+2
2004-09-17new protocol : Kerberos v4Ronnie Sahlberg2-0/+373
2004-09-17get rid of some compiler warningsRonnie Sahlberg1-0/+2
2004-09-17FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.Guy Harris1-1/+1
2004-09-17From Jelmer Vernooij:Guy Harris6-6/+356
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris1-0/+7
2004-09-16"Tali" -> "TALI".Guy Harris1-3/+3
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris5-0/+228
2004-09-16Just returning from a dissector without dissecting anything is rude;Guy Harris1-26/+57