12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538 |
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif
- #include <pcap-types.h>
- #include "pcap-int.h"
- #include "extract.h"
- #include "pcap/sll.h"
- #include "pcap/usb.h"
- #include "pcap/nflog.h"
- #include "pcap/can_socketcan.h"
- #include "pcap-common.h"
- #define LINKTYPE_NULL DLT_NULL
- #define LINKTYPE_ETHERNET DLT_EN10MB
- #define LINKTYPE_EXP_ETHERNET DLT_EN3MB
- #define LINKTYPE_AX25 DLT_AX25
- #define LINKTYPE_PRONET DLT_PRONET
- #define LINKTYPE_CHAOS DLT_CHAOS
- #define LINKTYPE_IEEE802_5 DLT_IEEE802
- #define LINKTYPE_ARCNET_BSD DLT_ARCNET
- #define LINKTYPE_SLIP DLT_SLIP
- #define LINKTYPE_PPP DLT_PPP
- #define LINKTYPE_FDDI DLT_FDDI
- #define LINKTYPE_PPP_HDLC 50
- #define LINKTYPE_PPP_ETHER 51
- #define LINKTYPE_SYMANTEC_FIREWALL 99
- #define LINKTYPE_ATM_RFC1483 100
- #define LINKTYPE_RAW 101
- #define LINKTYPE_SLIP_BSDOS 102
- #define LINKTYPE_PPP_BSDOS 103
- #define LINKTYPE_MATCHING_MIN 104
- #define LINKTYPE_C_HDLC 104
- #define LINKTYPE_IEEE802_11 105
- #define LINKTYPE_ATM_CLIP 106
- #define LINKTYPE_FRELAY 107
- #define LINKTYPE_LOOP 108
- #define LINKTYPE_ENC 109
- #define LINKTYPE_LANE8023 110
- #define LINKTYPE_HIPPI 111
- #define LINKTYPE_HDLC 112
- #define LINKTYPE_LINUX_SLL 113
- #define LINKTYPE_LTALK 114
- #define LINKTYPE_ECONET 115
- #define LINKTYPE_IPFILTER 116
- #define LINKTYPE_PFLOG 117
- #define LINKTYPE_CISCO_IOS 118
- #define LINKTYPE_IEEE802_11_PRISM 119
- #define LINKTYPE_IEEE802_11_AIRONET 120
- #define LINKTYPE_HHDLC 121
- #define LINKTYPE_IP_OVER_FC 122
- #define LINKTYPE_SUNATM 123
- #define LINKTYPE_RIO 124
- #define LINKTYPE_PCI_EXP 125
- #define LINKTYPE_AURORA 126
- #define LINKTYPE_IEEE802_11_RADIOTAP 127
- #define LINKTYPE_TZSP 128
- #define LINKTYPE_ARCNET_LINUX 129
- #define LINKTYPE_JUNIPER_MLPPP 130
- #define LINKTYPE_JUNIPER_MLFR 131
- #define LINKTYPE_JUNIPER_ES 132
- #define LINKTYPE_JUNIPER_GGSN 133
- #define LINKTYPE_JUNIPER_MFR 134
- #define LINKTYPE_JUNIPER_ATM2 135
- #define LINKTYPE_JUNIPER_SERVICES 136
- #define LINKTYPE_JUNIPER_ATM1 137
- #define LINKTYPE_APPLE_IP_OVER_IEEE1394 138
- #define LINKTYPE_MTP2_WITH_PHDR 139
- #define LINKTYPE_MTP2 140
- #define LINKTYPE_MTP3 141
- #define LINKTYPE_SCCP 142
- #define LINKTYPE_DOCSIS 143
- #define LINKTYPE_LINUX_IRDA 144
- #define LINKTYPE_IBM_SP 145
- #define LINKTYPE_IBM_SN 146
- #define LINKTYPE_USER0 147
- #define LINKTYPE_USER1 148
- #define LINKTYPE_USER2 149
- #define LINKTYPE_USER3 150
- #define LINKTYPE_USER4 151
- #define LINKTYPE_USER5 152
- #define LINKTYPE_USER6 153
- #define LINKTYPE_USER7 154
- #define LINKTYPE_USER8 155
- #define LINKTYPE_USER9 156
- #define LINKTYPE_USER10 157
- #define LINKTYPE_USER11 158
- #define LINKTYPE_USER12 159
- #define LINKTYPE_USER13 160
- #define LINKTYPE_USER14 161
- #define LINKTYPE_USER15 162
- #define LINKTYPE_IEEE802_11_AVS 163
- #define LINKTYPE_JUNIPER_MONITOR 164
- #define LINKTYPE_BACNET_MS_TP 165
- #define LINKTYPE_PPP_PPPD 166
- #define LINKTYPE_JUNIPER_PPPOE 167
- #define LINKTYPE_JUNIPER_PPPOE_ATM 168
- #define LINKTYPE_GPRS_LLC 169
- #define LINKTYPE_GPF_T 170
- #define LINKTYPE_GPF_F 171
- #define LINKTYPE_GCOM_T1E1 172
- #define LINKTYPE_GCOM_SERIAL 173
- #define LINKTYPE_JUNIPER_PIC_PEER 174
- #define LINKTYPE_ERF_ETH 175
- #define LINKTYPE_ERF_POS 176
- #define LINKTYPE_LINUX_LAPD 177
- #define LINKTYPE_JUNIPER_ETHER 178
- #define LINKTYPE_JUNIPER_PPP 179
- #define LINKTYPE_JUNIPER_FRELAY 180
- #define LINKTYPE_JUNIPER_CHDLC 181
- #define LINKTYPE_MFR 182
- #define LINKTYPE_JUNIPER_VP 183
- #define LINKTYPE_A429 184
- #define LINKTYPE_A653_ICM 185
- #define LINKTYPE_USB_FREEBSD 186
- #define LINKTYPE_BLUETOOTH_HCI_H4 187
- #define LINKTYPE_IEEE802_16_MAC_CPS 188
- #define LINKTYPE_USB_LINUX 189
- #define LINKTYPE_CAN20B 190
- #define LINKTYPE_IEEE802_15_4_LINUX 191
- #define LINKTYPE_PPI 192
- #define LINKTYPE_IEEE802_16_MAC_CPS_RADIO 193
- #define LINKTYPE_JUNIPER_ISM 194
- #define LINKTYPE_IEEE802_15_4_WITHFCS 195
- #define LINKTYPE_SITA 196
- #define LINKTYPE_ERF 197
- #define LINKTYPE_RAIF1 198
- #define LINKTYPE_IPMB 199
- #define LINKTYPE_JUNIPER_ST 200
- #define LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR 201
- #define LINKTYPE_AX25_KISS 202
- #define LINKTYPE_LAPD 203
- #define LINKTYPE_PPP_WITH_DIR 204
- #define LINKTYPE_C_HDLC_WITH_DIR 205
- #define LINKTYPE_FRELAY_WITH_DIR 206
- #define LINKTYPE_LAPB_WITH_DIR 207
- #define LINKTYPE_IPMB_LINUX 209
- #define LINKTYPE_FLEXRAY 210
- #define LINKTYPE_MOST 211
- #define LINKTYPE_LIN 212
- #define LINKTYPE_X2E_SERIAL 213
- #define LINKTYPE_X2E_XORAYA 214
- #define LINKTYPE_IEEE802_15_4_NONASK_PHY 215
- #define LINKTYPE_LINUX_EVDEV 216
- #define LINKTYPE_GSMTAP_UM 217
- #define LINKTYPE_GSMTAP_ABIS 218
- #define LINKTYPE_MPLS 219
- #define LINKTYPE_USB_LINUX_MMAPPED 220
- #define LINKTYPE_DECT 221
- #define LINKTYPE_AOS 222
- #define LINKTYPE_WIHART 223
- #define LINKTYPE_FC_2 224
- #define LINKTYPE_FC_2_WITH_FRAME_DELIMS 225
- #define LINKTYPE_IPNET 226
- #define LINKTYPE_CAN_SOCKETCAN 227
- #define LINKTYPE_IPV4 228
- #define LINKTYPE_IPV6 229
- #define LINKTYPE_IEEE802_15_4_NOFCS 230
- #define LINKTYPE_DBUS 231
- #define LINKTYPE_JUNIPER_VS 232
- #define LINKTYPE_JUNIPER_SRX_E2E 233
- #define LINKTYPE_JUNIPER_FIBRECHANNEL 234
- #define LINKTYPE_DVB_CI 235
- #define LINKTYPE_MUX27010 236
- #define LINKTYPE_STANAG_5066_D_PDU 237
- #define LINKTYPE_JUNIPER_ATM_CEMIC 238
- #define LINKTYPE_NFLOG 239
- #define LINKTYPE_NETANALYZER 240
- #define LINKTYPE_NETANALYZER_TRANSPARENT 241
- #define LINKTYPE_IPOIB 242
- #define LINKTYPE_MPEG_2_TS 243
- #define LINKTYPE_NG40 244
- #define LINKTYPE_NFC_LLCP 245
- #define LINKTYPE_PFSYNC 246
- #define LINKTYPE_INFINIBAND 247
- #define LINKTYPE_SCTP 248
- #define LINKTYPE_USBPCAP 249
- #define DLT_RTAC_SERIAL 250
- #define LINKTYPE_BLUETOOTH_LE_LL 251
- #define LINKTYPE_WIRESHARK_UPPER_PDU 252
- #define LINKTYPE_NETLINK 253
- #define LINKTYPE_BLUETOOTH_LINUX_MONITOR 254
- #define LINKTYPE_BLUETOOTH_BREDR_BB 255
- #define LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR 256
- #define LINKTYPE_PROFIBUS_DL 257
- #define LINKTYPE_PKTAP 258
- #define LINKTYPE_EPON 259
- #define LINKTYPE_IPMI_HPM_2 260
- #define LINKTYPE_ZWAVE_R1_R2 261
- #define LINKTYPE_ZWAVE_R3 262
- #define LINKTYPE_WATTSTOPPER_DLM 263
- #define LINKTYPE_ISO_14443 264
- #define LINKTYPE_RDS 265
- #define LINKTYPE_USB_DARWIN 266
- #define LINKTYPE_OPENFLOW 267
- #define LINKTYPE_SDLC 268
- #define LINKTYPE_TI_LLN_SNIFFER 269
- #define LINKTYPE_LORATAP 270
- #define LINKTYPE_VSOCK 271
- #define LINKTYPE_NORDIC_BLE 272
- #define LINKTYPE_DOCSIS31_XRA31 273
- #define LINKTYPE_ETHERNET_MPACKET 274
- #define LINKTYPE_DISPLAYPORT_AUX 275
- #define LINKTYPE_MATCHING_MAX 275
- #if LINKTYPE_MATCHING_MAX != DLT_MATCHING_MAX
- #error The LINKTYPE_ matching range does not match the DLT_ matching range
- #endif
- static struct linktype_map {
- int dlt;
- int linktype;
- } map[] = {
-
- { DLT_NULL, LINKTYPE_NULL },
- { DLT_EN10MB, LINKTYPE_ETHERNET },
- { DLT_EN3MB, LINKTYPE_EXP_ETHERNET },
- { DLT_AX25, LINKTYPE_AX25 },
- { DLT_PRONET, LINKTYPE_PRONET },
- { DLT_CHAOS, LINKTYPE_CHAOS },
- { DLT_IEEE802, LINKTYPE_IEEE802_5 },
- { DLT_ARCNET, LINKTYPE_ARCNET_BSD },
- { DLT_SLIP, LINKTYPE_SLIP },
- { DLT_PPP, LINKTYPE_PPP },
- { DLT_FDDI, LINKTYPE_FDDI },
- { DLT_SYMANTEC_FIREWALL, LINKTYPE_SYMANTEC_FIREWALL },
-
- #ifdef DLT_FR
-
- { DLT_FR, LINKTYPE_FRELAY },
- #endif
- { DLT_ATM_RFC1483, LINKTYPE_ATM_RFC1483 },
- { DLT_RAW, LINKTYPE_RAW },
- { DLT_SLIP_BSDOS, LINKTYPE_SLIP_BSDOS },
- { DLT_PPP_BSDOS, LINKTYPE_PPP_BSDOS },
-
- { DLT_C_HDLC, LINKTYPE_C_HDLC },
-
-
- { DLT_ATM_CLIP, LINKTYPE_ATM_CLIP },
-
- { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
-
- { DLT_PPP_ETHER, LINKTYPE_PPP_ETHER },
-
- { -1, -1 }
- };
- int
- dlt_to_linktype(int dlt)
- {
- int i;
-
- if (dlt == DLT_PFSYNC)
- return (LINKTYPE_PFSYNC);
- if (dlt == DLT_PKTAP)
- return (LINKTYPE_PKTAP);
-
- if (dlt >= DLT_MATCHING_MIN && dlt <= DLT_MATCHING_MAX)
- return (dlt);
-
- for (i = 0; map[i].dlt != -1; i++) {
- if (map[i].dlt == dlt)
- return (map[i].linktype);
- }
-
- return (-1);
- }
- int
- linktype_to_dlt(int linktype)
- {
- int i;
-
- if (linktype == LINKTYPE_PFSYNC)
- return (DLT_PFSYNC);
- if (linktype == LINKTYPE_PKTAP)
- return (DLT_PKTAP);
-
- if (linktype >= LINKTYPE_MATCHING_MIN &&
- linktype <= LINKTYPE_MATCHING_MAX)
- return (linktype);
-
- for (i = 0; map[i].linktype != -1; i++) {
- if (map[i].linktype == linktype)
- return (map[i].dlt);
- }
-
- return linktype;
- }
- u_int
- max_snaplen_for_dlt(int dlt)
- {
- if (dlt == DLT_DBUS)
- return 134217728;
- else
- return MAXIMUM_SNAPLEN;
- }
- static void
- swap_linux_sll_header(const struct pcap_pkthdr *hdr, u_char *buf)
- {
- u_int caplen = hdr->caplen;
- u_int length = hdr->len;
- struct sll_header *shdr = (struct sll_header *)buf;
- uint16_t protocol;
- pcap_can_socketcan_hdr *chdr;
- if (caplen < (u_int) sizeof(struct sll_header) ||
- length < (u_int) sizeof(struct sll_header)) {
-
- return;
- }
- protocol = EXTRACT_16BITS(&shdr->sll_protocol);
- if (protocol != LINUX_SLL_P_CAN && protocol != LINUX_SLL_P_CANFD)
- return;
-
- chdr = (pcap_can_socketcan_hdr *)(buf + sizeof(struct sll_header));
- if (caplen < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id) ||
- length < (u_int) sizeof(struct sll_header) + sizeof(chdr->can_id)) {
-
- return;
- }
- chdr->can_id = SWAPLONG(chdr->can_id);
- }
- static void
- swap_linux_usb_header(const struct pcap_pkthdr *hdr, u_char *buf,
- int header_len_64_bytes)
- {
- pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf;
- bpf_u_int32 offset = 0;
-
-
- offset += 8;
- if (hdr->caplen < offset)
- return;
- uhdr->id = SWAPLL(uhdr->id);
- offset += 4;
- offset += 2;
- if (hdr->caplen < offset)
- return;
- uhdr->bus_id = SWAPSHORT(uhdr->bus_id);
- offset += 2;
- offset += 8;
- if (hdr->caplen < offset)
- return;
- uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->status = SWAPLONG(uhdr->status);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->urb_len = SWAPLONG(uhdr->urb_len);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->data_len = SWAPLONG(uhdr->data_len);
- if (uhdr->transfer_type == URB_ISOCHRONOUS) {
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->s.iso.numdesc = SWAPLONG(uhdr->s.iso.numdesc);
- } else
- offset += 8;
-
- if (header_len_64_bytes) {
-
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->interval = SWAPLONG(uhdr->interval);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->start_frame = SWAPLONG(uhdr->start_frame);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->xfer_flags = SWAPLONG(uhdr->xfer_flags);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- uhdr->ndesc = SWAPLONG(uhdr->ndesc);
- if (uhdr->transfer_type == URB_ISOCHRONOUS) {
-
- usb_isodesc *pisodesc;
- uint32_t i;
- pisodesc = (usb_isodesc *)(void *)(buf+offset);
- for (i = 0; i < uhdr->ndesc; i++) {
- offset += 4;
- if (hdr->caplen < offset)
- return;
- pisodesc->status = SWAPLONG(pisodesc->status);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- pisodesc->offset = SWAPLONG(pisodesc->offset);
- offset += 4;
- if (hdr->caplen < offset)
- return;
- pisodesc->len = SWAPLONG(pisodesc->len);
- offset += 4;
- pisodesc++;
- }
- }
- }
- }
- static void
- swap_nflog_header(const struct pcap_pkthdr *hdr, u_char *buf)
- {
- u_char *p = buf;
- nflog_hdr_t *nfhdr = (nflog_hdr_t *)buf;
- nflog_tlv_t *tlv;
- u_int caplen = hdr->caplen;
- u_int length = hdr->len;
- uint16_t size;
- if (caplen < (u_int) sizeof(nflog_hdr_t) ||
- length < (u_int) sizeof(nflog_hdr_t)) {
-
- return;
- }
- if (nfhdr->nflog_version != 0) {
-
- return;
- }
- length -= sizeof(nflog_hdr_t);
- caplen -= sizeof(nflog_hdr_t);
- p += sizeof(nflog_hdr_t);
- while (caplen >= sizeof(nflog_tlv_t)) {
- tlv = (nflog_tlv_t *) p;
-
- tlv->tlv_type = SWAPSHORT(tlv->tlv_type);
- tlv->tlv_length = SWAPSHORT(tlv->tlv_length);
-
- size = tlv->tlv_length;
- if (size % 4 != 0)
- size += 4 - size % 4;
-
- if (size < sizeof(nflog_tlv_t)) {
-
- return;
- }
-
- if (caplen < size || length < size) {
-
- return;
- }
-
- length -= size;
- caplen -= size;
- p += size;
- }
- }
- void
- swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data)
- {
-
- switch (linktype) {
- case DLT_LINUX_SLL:
- swap_linux_sll_header(hdr, data);
- break;
- case DLT_USB_LINUX:
- swap_linux_usb_header(hdr, data, 0);
- break;
- case DLT_USB_LINUX_MMAPPED:
- swap_linux_usb_header(hdr, data, 1);
- break;
- case DLT_NFLOG:
- swap_nflog_header(hdr, data);
- break;
- }
- }
|