MiaoTony

Results 7 comments of MiaoTony

I also found this bug when running my program packaged with pyinstaller which the version of pyshark was 0.5.3. ![图片](https://user-images.githubusercontent.com/41962043/186985400-3f2c2e5b-fd89-4455-a8da-43674b117279.png) ```python ... File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "pyshark\__init__.py",...

> I've reluctantly put a fragile temporary fix ([pyinstaller/pyinstaller-hooks-contrib#477](https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/477)) into PyInstaller since this PR hasn't moved in the last 6 weeks. If you `pip install "pyinstaller-hooks-contrib>=v2022.9"` then run your next...

Some useful debugging info: https://github.com/KimiNewt/pyshark/blob/7025d972ae459dee2929496373df260be277f306/src/pyshark/ek_field_mapping.py#L35-L51 `field_type` is set to `float` here. https://github.com/KimiNewt/pyshark/blob/7025d972ae459dee2929496373df260be277f306/src/pyshark/ek_field_mapping.py#L66 https://github.com/KimiNewt/pyshark/blob/7025d972ae459dee2929496373df260be277f306/src/pyshark/ek_field_mapping.py#L72-L80 When trying to parse date info, it converts the string into float, however the data (like `2022-07-11T16:27:38.895218000Z`)...

The bug also occurs on Linux (Ubuntu 20.04) with pyshark v0.5.3 and TShark (Wireshark) 3.2.3 (Git v3.2.3 packaged as 3.2.3-1). ![图片](https://user-images.githubusercontent.com/41962043/185694134-e7a2eb69-48a2-41a2-9a43-f4af5e92f1f9.png) ```python Layer FRAME_RAW: Layer ETH_RAW: Layer IP_RAW: Layer TCP_RAW:...

```bash sudo tshark -l -n -T ek -x -P -V -i eth0 -c 1 ``` Using ek mode, tshark return a JSON object which the type of `xxx_raw` layers (just...

**自动获取开学日期** 已通过爬取校历来获得。 GET http://aao-eas.nuaa.edu.cn/eams/calendarView.action POST http://aao-eas.nuaa.edu.cn/eams/calendarView!search.action (post data example: `schoolYear=2019-2020&term=2&viewType=A`)

计划新增周数事件,即持续一周的 `第x周` 事件,方便知道当前所在周。 Add events for week number 样例: ![图片](https://user-images.githubusercontent.com/41962043/109514390-f238be00-7ae0-11eb-9185-31f2b2dad855.png)